in your terminal:
clone the repo
cd url-shortener
npm install
npm run build
node server
then navigate to the url listed in your terminal
TODO:
- provide database instructions
- SQL queries in this code are vulnerable to injection
in your terminal:
clone the repo
cd url-shortener
npm install
npm run build
node server
then navigate to the url listed in your terminal
TODO: