Backend-only REST API built with Express.js, implementing full CRUD operations (Create, Read, Update, Delete). Designed for learning and practice purposes.
- Add a new product
- Get all products
- Update a product by ID
- Delete a product by ID
- node.js & mongodb installed on your machine.
- Clone the repository:
git clone https://github.com/badriyassine/crud_api_expressjs.git- Open the folder:
cd crud_api_expressjs- Open
terminal: run this commandsnpm installthennpm start.
run this commands `npm install`, then `npm start`.- Node.js
- Express.js
- MongoDB
- Restful API principles
- nodemon
Made by BADRI YASSINE