Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 & Production

Use 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.