An application that shortens urls
1.cd server
:- Go into the server directory
2.npm install
:- Install all the dependencies
3.npm start
:- Start the server
4.cd client
:- Go into the client directory
5.npm install
:- Install all the dependencies
6.npm start
:- Start the client