This is the backend of Contest Saathi, an app that provides contest and contest-related updates.
- Uses the Kontest API to retrieve contest information.
- Integrates nodemailer service for email notifications.
- Utilizes JWT for user verification during subscription.
- Added the cron job functionality for regular updates.
Run nvm use
to get the compatible nodejs version.
To install this project, clone the repository and run npm install
to install the necessary dependencies.
To start the server, run npm start
.
This project has been deployed on Azure.
Contributions are welcome! Please open an issue to discuss any changes you would like to make before submitting a pull request.
This project is licensed under the MIT License.