- Generate 8-bit short link from raw link
- Recover raw link from short link
$ npm i
$ npm run dev
$ open http://localhost:7001/
Don't tsc compile at development mode, if you had run tsc
then you need to npm run clean
before npm run dev
.
$ npm run tsc
$ npm start
- Node.js 8.x
- Typescript 2.8+
- System Design
- Database Design