Skip to content

GazzaHazza/urlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UrlShortener

A simple web app build on MongoDB + ExpressJs + React.

Installation

urlShortener requires Node.js v6+ to run.

Install the dependencies for both the server and client.

$ git clone https://github.com/GazzaHazza/urlShortener.git
$ cd urlShortener
$ rm -rf .git
$ cd server && yarn 
$ cd ../client && yarn

Start server

In server folder:

$ yarn start

Stop server

In server folder:

$ yarn stop

Start client

In client folder:

$ yarn start

Client will open a new tab in browser and is ready to use.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published