--Install Mongoose for connecting to database. --Create initial folder structure (/routes, /controllers, /models). --Create basic schemas for the database. --Make basic routes (CRUD operations).
--Install Mongoose for connecting to database.
--Create initial folder structure (/routes, /controllers, /models).
--Create basic schemas for the database.
--Make basic routes (CRUD operations).