/backend-restful-api-node-express

RESTFul API created with Node and Express using MySQL database. Class notes of 1º Semester, 2023

Primary LanguageJavaScript

Node API with Express

Routes

USER

GET user/ GET user/:id POST user/ DELETE user/ DELETE user/:id PUT user/

AUTH

POST /auth/login POST /auth/logout