Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 495 Bytes

README.MD

File metadata and controls

18 lines (13 loc) · 495 Bytes

Back-end Application

Back-end Application simulating a database with NodeJS;

Used Framework: express


  • It was created some routes and their features are in the next lines:
    1. Add;
    2. List;
    3. Update; and
    4. Delete a data;

  • The database simulation was created from a file containing an object, and all data are stored in it;

Obs: It was used as an example the situation of a stock control;

Obs: The requests can be done using Postman or Insomnia.