A server side rendered URL shortener
https://zabarka-url-shortener.herokuapp.com/
- Node.js
- EJS
- Express
- SQLite3
Clone the project
git clone https://github.com/MaxZabarka/url-shortenerGo to the project directory
cd url-shortenerInstall dependencies
npm installStart the server
npm run start