url-shortener/README.md

11 lines
224 B
Markdown
Raw Permalink Normal View History

2022-02-23 11:29:46 +00:00
# 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`