# 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`