url-shortener/README.md
2022-02-23 12:29:46 +01:00

11 lines
No EOL
224 B
Markdown

# URL - Shortener
## How to Use ?
1. you need [mongdb](https://www.mongodb.com/en-us), and [nodejs](https://nodejs.org/en/)
2. `npm install`
3. `cp .env.example .env` change the port or the url in `.env`:
4. `npm start`