https://github.com/waxer59/urlshortener
https://github.com/waxer59/urlshortener
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waxer59/urlshortener
- Owner: Waxer59
- Created: 2022-08-13T06:59:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T14:55:47.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:29:38.708Z (4 months ago)
- Language: JavaScript
- Size: 616 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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