Thanks to visit codestin.com
Credit goes to github.com

Skip to content

eduinw/COMTRA_API

Repository files navigation

COMTRA_API

REST APIs with Nodejs, Express and Mysql

Comtra Endpoints

api/users Http methods : GET, POST This lists all the users and this is the route responsible for creating new users

api/categories Http methods : GET, POST Lists all categories and enables creation of a new category

api/categories/ Http methods : GET, PUT, DELETE Retrieves a category by id

api/products Http methods : GET,POST Lists all products and allows creation of a new product

api/products/id Http methods : GET, PUT, DELETE Retrieves a specific product by id, enables modification and deletion

api/services Http methods : GET, POST Lists all services and allows creation of a new service

api/services/id Http methods : GET, PUT, DELETE Retrieval of a service by id and modification with deletion capabilities

About

REST API's with Nodejs , Express and Mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published