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

https://github.com/waxer59/urlshortener


https://github.com/waxer59/urlshortener

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# UrlShortener

UrlShortener is a url's shortener, it makes the new urls look great.

# Run the project in dev mode

1. Install all the dependencies with the command:
```
npm i
```

2. Fill the __.example.env__ file with your data and rename it to __.env__.

3. Start the project with the command:
```
npm run dev
```

# Technologies used
* Node
* Express
* MongoDB