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-shortener
Go to the project directory
cd url-shortener
Install dependencies
npm install
Start the server
npm run start