Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsargam/url-shortener
Url shortner web application
https://github.com/devsargam/url-shortener
express mongoose restapi typescipt url-shortener
Last synced: 19 days ago
JSON representation
Url shortner web application
- Host: GitHub
- URL: https://github.com/devsargam/url-shortener
- Owner: devsargam
- License: mit
- Created: 2022-11-27T05:01:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T03:47:29.000Z (over 1 year ago)
- Last Synced: 2024-12-03T03:35:21.587Z (27 days ago)
- Topics: express, mongoose, restapi, typescipt, url-shortener
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-shortner
Url shortner backend application like [Bitly](https://bit.ly)
### Requirements
- Nodejs
- Mongodb
- yarn (prefered package manager)
- git### Steps to run locally
```bash
git clone https://github.com/devsargam/url-shortner.git
cd url-shortner
cp .env.example .env
yarn
yarn dev
```NOTE: Setup environment variable in .env