You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mohammedasimahmed
changed the title
create backend server and user schemas
create backend server ,connect with mogodb and create user schemas
Mar 14, 2024
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:
The text was updated successfully, but these errors were encountered: