Custom URL shortener, currently deployed at https://sta.radio.
To use setup locally:
- Extract and move items to a directory named
server - Install packages listed in
package.json - Ensure mongodb is running locally (can check by trying
mongoin shell) - Change constant on line 10 of
index.jsfromMONGODB_URItoMONGO_URI - Run
npm run dev