/databasePeople-backend

Project to show back-end knowledge.

Primary LanguageJavaScript

DataBase People - API

CRUD - Phone Book

BACKEND

See the other part here: phone-book-frontend

| Node.js | MySQL |

Summary -

Progress -

Loading… 110%

  • Back-End
    • Create get route
    • Create post route
    • Create put route
    • Create delete route

  • Others
    • Encrypt password
    • Add Authentication

Scripts -

Note:

  • To execute all the comands, first check if all Dependencies were installed correctly.
  • The used database was MySQL, to get the DDL scripts access the paste SQL.**

install all project dependencies -

yarn 

start the back-end -

yarn dev

Dependencies -

Library -

  • Nodemon
  • Express
  • MySQL