CRUD web application built with React, Express.js, and MongoDB, implementing full CRUD logic. Designed for learning and practice purposes.
- CRUD operations (Create, Read, Update, Delete)
- RESTful API built with Express.js
- MongoDB database integration
- node.js & mongodb installed on your machine.
- Clone the repository:
git clone https://github.com/badriyassine/crud_react_expressjs.git- Open the folder then terminal and cd
frontendfolder:
run this commands `npm install`, then `npm run dev`.- Open new
terminalcd tobackendfolder:
run this commands `npm install`, then `npm start`.front-end:
- react.js
- Redux Toolkit
- axios
- tailwindcss
back-end:
- Node.js
- Express.js
- MongoDB
- mongoose
Development Tools:
- nodemon
Made by BADRI YASSINE
