This is a simple crud project built with the following technologies:
- React and React Router for the frontend
- Express and Mongoose for the backend
- Node.js 10+
- Backend
npm install
node server.js
- Frontend
cd client
npm install
npm start
This is a simple crud project built with the following technologies:
npm install
node server.js
cd client
npm install
npm start