Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsanket16/url-shortener
Custom URL Shortener & Link Management
https://github.com/bsanket16/url-shortener
bitly-clone express heroku link-manager mern-stack mongoose react unique-id url-shortener
Last synced: 3 months ago
JSON representation
Custom URL Shortener & Link Management
- Host: GitHub
- URL: https://github.com/bsanket16/url-shortener
- Owner: bsanket16
- Created: 2020-07-29T17:37:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T09:53:07.000Z (5 months ago)
- Last Synced: 2024-08-28T11:15:02.417Z (5 months ago)
- Topics: bitly-clone, express, heroku, link-manager, mern-stack, mongoose, react, unique-id, url-shortener
- Language: JavaScript
- Homepage:
- Size: 1.86 MB
- Stars: 13
- Watchers: 0
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sURL - Custom URL Shortener & Link Management
## Deployment
This app is deployed using heroku.
## Installation
Use the package manager npm / yarn to install.
```bash
npm install
yarn install
```
## Development & ProductionUse one of the following as required.
```bash
npm dev
npm start
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.