URL shortner || Simplified click redirection and tracking
- Add firebase-credentials.json from firebase console for auth.
- If you have already mongodb installed on your system, run it.
OR - Run mongodb inside docker (Compose file is written here docker):
- cd docker/mongodb
- docker-compose up
Once Mongodb is up:
- cd into root directory with
cd ../..
- Install packages with
npm install
- Start development with
npm run start:dev
- Use Postman for checking the api requests
- Use Robo3T tool as a mongodb gui
- Fork the branch
- Make changes
- run
npm run format
- Make a PR
Thanks for coming here!