https://github.com/epicstep/url-shorter
Simple URL shorter written in node.js
https://github.com/epicstep/url-shorter
nodejs url-shortener
Last synced: 2 months ago
JSON representation
Simple URL shorter written in node.js
- Host: GitHub
- URL: https://github.com/epicstep/url-shorter
- Owner: EpicStep
- Created: 2021-08-11T11:24:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T11:48:33.000Z (almost 5 years ago)
- Last Synced: 2025-06-11T20:36:14.685Z (about 1 year ago)
- Topics: nodejs, url-shortener
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shorter
[](https://github.com/EpicStep/url-shorter/actions/workflows/tests.yml)
## Run (Locally)
Create .env file and add following values:
```dotenv
PORT=3000
DB_URL=mongodb://mongodb:27017/shorter
URL=http://localhost:3000
```
After you can run app in docker:
```bash
docker compose up -d
```