Skip to content

ManaliPatel/CRUD-MERN-sample-app-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-MERN-sample-app-2

Installed libraries:

  • nodemon : monitor any changes in your code and automatically restarts
  • dotenv : loads environment variable from a .env file into process.env.
  • express : web application framework for node
  • mongoDB Atlas: allows you to host and see MongoDB database
  • axios: allows you to create HTTP request and send it from frontend to backend

to start localhost

npm install > npm start (to start frontend)
cd backend > npm install > npx nodemon server (to start backend)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published