This API manages student data, tasks, and authentication for an educational institution.
The valid URL of the API: https://localhost:3000
To run this project, you'll need to set the following environment variables:
JWT_SECRET
: Your JWT secret key for token generation and validation.MONGO_URI
: Your MongoDB connection URI for database interaction.