https://github.com/toyamarodrigo/short-url
URL shortener
https://github.com/toyamarodrigo/short-url
express mongodb nodejs react react-bootstrap
Last synced: about 2 months ago
JSON representation
URL shortener
- Host: GitHub
- URL: https://github.com/toyamarodrigo/short-url
- Owner: toyamarodrigo
- License: mit
- Created: 2020-06-29T08:02:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T12:35:50.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T01:38:25.733Z (4 months ago)
- Topics: express, mongodb, nodejs, react, react-bootstrap
- Language: JavaScript
- Homepage:
- Size: 944 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Short-url
Project for learning purposes.
Making a URL link you want "shorter".
In this example we used http://localhost:500/{hashOfUrl} that redirects to the original website. We can buy a short domain name and change localhost for that.
## How to start
Change username and password of mongo database in
`./config/keys.js`
For installing packages
`npm install`
For runnning concurrently the server and client
`npm run dev`
Screenshot:
