URL shortening and routing
Allows creation, storage and management for short URL,
- Node.js 15+
- Express
- SQLite
- Docker
- NginX
Install dependencies, then build.
yarn i
yarn build
This will compile the source code, and place the output in the dist/
directory.
To run after it is built:
yarn start