This URL Shortener was built as a learning project for Express.
- To run this application locally, first clone this repository
git clone https://github.com/gohdaniel15/express-url-shortener.git
cd express-url-shortener
- Install packages needed using Yarn
yarn
- To run existing tests
npm test
- To run the server locally
npm run dev