Github Integration

TO run this project follow the below steps:

  • Install the dependencies
npm install
  • Setup environment variables in a .env file (take reference from .example.env)
  • Running the app
# watch mode in development
$ npm run start:dev

# production mode
$ npm run start
  • Your server is up and running in localhost:8000.
  • You can view the api documentation on /docs route.
  • This project is live: Live Link
  • Documentation of apis can be found at: APi Docs
  • To see it running live with frontend visit this link
  • This project uses sqlite for database