Trisha-tech / BlogWebsite

0 stars 1 forks source link

Basic backend setup for the project with models,controllers,routes #1

Open CyberSarvesh opened 1 month ago

CyberSarvesh commented 1 month ago

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

Trisha-tech commented 1 month ago

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

Hello @CyberSarvesh, Go for it All the Best