Skip to content

bsanket16/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sURL - Custom URL Shortener & Link Management

Deployment

This app is deployed using heroku.

https://surll.herokuapp.com

Installation

Use the package manager npm / yarn to install.

npm install
yarn install

Development & Production

Use one of the following as required.

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.