https://github.com/isaccanedo/url-shortener
:zap: A custom url shortener service built with node.js
https://github.com/isaccanedo/url-shortener
Last synced: about 2 months ago
JSON representation
:zap: A custom url shortener service built with node.js
- Host: GitHub
- URL: https://github.com/isaccanedo/url-shortener
- Owner: isaccanedo
- Created: 2022-04-22T15:36:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T15:43:32.000Z (about 3 years ago)
- Last Synced: 2025-01-12T06:43:18.431Z (4 months ago)
- Language: JavaScript
- Size: 249 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### URL SHORTENER
## Dependencies
* mongoose
* ejs
* express
* nanoid
* dotenv## Setup
Clone the repo and install the dependencies
```bash
git clone https://github.com/isaccanedo/url-shortener.git
cd url-shortenernpm install
```
To run the app, simply write```bash
npm start
```