https://github.com/mertjsx/url-shortener
url shortener with react, express, mongodb
https://github.com/mertjsx/url-shortener
Last synced: 8 months ago
JSON representation
url shortener with react, express, mongodb
- Host: GitHub
- URL: https://github.com/mertjsx/url-shortener
- Owner: MertJSX
- Created: 2023-01-29T14:16:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T22:56:31.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T02:36:26.032Z (almost 2 years ago)
- Language: JavaScript
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Simple URL shortener**
Dependencies to run **client** server:
- You must have NodeJS installed.
If you want to run client server you simply can
install the dependency libraries then serve the
```build``` folder. Just type ```serve -s build``` and enter if you have installed serve.
Dependencies to run **backend** server:
- You must have NodeJS installed.
- You must have MongoDB database server installed.
For running backend server install the dependency
libraries then you can enter the ```server``` folder
and run the ```index.js``` file.