Express Practice Exercises

EXPRESS PRACTICE - DAY 1

Create a product management API using Express framework for Node and verify requests with Postman.
Explore the documents »
Report a Bug

Table of Contents
  1. Objectives
  2. About The Project
  3. Getting Started
  4. Contributing
  5. License
  6. Contact

Objectives

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

About The Project

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.

(back to top)

Built With

  • Node
  • Express
  • Postman

(back to top)

Getting Started

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.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install express 

Installation

Below is an example of how you can instruct your audience on installing and setting up your app.

  1. Clone the repo
    git clone https://github.com/frances0688/express_exercises_day1
  2. Install NPM packages
    npm install express 
  3. Ready to start!
    npm start

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourName)
  3. Commit your Changes (git commit -m 'Add some YourName')
  4. Push to the Branch (git push origin feature/YourName)
  5. Open a Pull Request

(back to top)

License

This project is under license of Frances Morales Velilla

(back to top)

Contact

Frances Morales Velilla

(back to top)


Developed by Frances Morales Velilla