Create a product management API using Express framework for Node and verify requests with Postman.
Explore the documents »
Report a Bug
Table of Contents
The purpose of this project is creating a CRUD API to manage an array of products. The exercises fulfill the following:
- Managing Node js
- Learning how to interact with and manage Express js
- Managing npm
This project consists on the creation of a API to manage an array of products using CRUD.
- All exercises require creating a API with Node using Express.
- Routes are created to handle GET, POST, PUT, and DELETE requests.
- All routes and requests are verified using Postman.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install express
Below is an example of how you can instruct your audience on installing and setting up your app.
- Clone the repo
git clone https://github.com/frances0688/express_exercises_day1
- Install NPM packages
npm install express
- Ready to start!
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourName
) - Commit your Changes (
git commit -m 'Add some YourName'
) - Push to the Branch (
git push origin feature/YourName
) - Open a Pull Request
This project is under license of Frances Morales Velilla
Frances Morales Velilla
Developed by Frances Morales Velilla