Skip to content

ManaliPatel/CRUD-MERN-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-MERN-sample-app

following libraries are used:

  • cors (allows us to communicate through api that we create)
  • express (https://github.com/expressjs/express)
  • mongoose (https://mongoosejs.com/docs/)
  • nodemon (as soon as we save changes - it will re-start server automatically)
  • react
  • axios (will allow you to create HTTP request and send it from frontend to backend)
  • MongoDB Compass (allows you to read and see data)
  • MongoDB Atlas (allows you to host and see MongoDB database)

To start this project:

npm install (in server and client both folders)
npm run devStart (to start server - backend)
npm start (to start client - frontend)

To run cypress tests:

start localhost for frontend and backend
cd client
npm run cytest OR npx cypress run

To run api tests:

start localhost for frontend and backend
cd server
npx mocha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published