Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 1.27 KB

File metadata and controls

85 lines (53 loc) · 1.27 KB

CRUD - React & Express.js

CRUD web application built with React, Express.js, and MongoDB, implementing full CRUD logic. Designed for learning and practice purposes.


Table of Contents


Screenshot

products


Features

  • CRUD operations (Create, Read, Update, Delete)
  • RESTful API built with Express.js
  • MongoDB database integration

Requirements

  • node.js & mongodb installed on your machine.

How to run it

  1. Clone the repository:
git clone https://github.com/badriyassine/crud_react_expressjs.git
  1. Open the folder then terminal and cd frontend folder:
run this commands `npm install`, then `npm run dev`.
  1. Open new terminal cd to backend folder:
run this commands `npm install`, then `npm start`.

Technologies Used

front-end:

  • react.js
  • Redux Toolkit
  • axios
  • tailwindcss

back-end:

  • Node.js
  • Express.js
  • MongoDB
  • mongoose

Development Tools:

  • nodemon

Author

Made by BADRI YASSINE