Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 432 Bytes

README.md

Created as a take-home exercise for an interview, this project showcases a URL shortening service using Node.js and Express.

How to run the project

Once you've installed dependencies with npm install, start a development server:

npm run dev