Description:
Currently, there is no backend server in place, and there is no connection established with MongoDB. To enable data storage and retrieval for user-related functionalities, such as registration and authentication, Set up a backend Express server, establish a connection with MongoDB, and define user schemas for the database.
Tasks to be done:
Configure and deploy an Express server to handle backend operations.
Establish a connection with MongoDB to store and retrieve user data.
Define user schemas to structure the data stored in the MongoDB database, including fields such as username, email, password, etc.
Description: Currently, there is no backend server in place, and there is no connection established with MongoDB. To enable data storage and retrieval for user-related functionalities, such as registration and authentication, Set up a backend Express server, establish a connection with MongoDB, and define user schemas for the database.
Tasks to be done: