Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 419 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 419 Bytes

Chotu URL

A simple custom URL shortener for easy sharing

Demo

Start Project

Install Dependencies

$ npm install

Start Server

$ npm start

Start Server In Debug mode

$ npm run debug

Run Test Cases

$ npm run test

Build & Run Docker Image

To build and run the docker images run the following command.

$ docker-compose up