An open API service indexing awesome lists of open source software.

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

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.