amr88nzzal / basic-api-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Api Server

A REST Express API, has verious end points that perform CRUD operations, on a postgres database, using REST standerds.

Feature Requierments

  • Creating two Routes ( food & clothes).
  • Reading data from that routes. (get: /food)
  • Adding Data for that routes. (post: /food)
  • Update data (put: /food/:id)
  • Delete data (delete: /food/:id)
  • Response body: JSON

Deployment

[Pull Requests](### Action


UML Diagram

img

About

License:MIT License


Languages

Language:JavaScript 100.0%