Skip to content

A Rest API made in NodeJS with Sequelize and MySQL following the MSC architecture.

Notifications You must be signed in to change notification settings

eliHC/blogs-api

Repository files navigation

Concept:


To build a REST API using a ORM with the sequelize package from npm, following the MSC architecture:

  • Create and join tables using models from sequelize
  • Build endpoints to consume the created models
  • Make a CRUD with the ORM
  • Logic validations made with Joi
  • Authentication made with JWT

Still a work in progress with room for refactoring. As I learn, I plan to continue implementing and optimizing best practices and design patterns.

How to start it:


  1. Clone the repository:
git clone git@github.com:eliHC/blogs-api.git
  1. Inside the project root folder, install the dependencies:
npm install
  1. Start the application:
npm run debug

Project developed during the Full Stack Development Course at Trybe

About

A Rest API made in NodeJS with Sequelize and MySQL following the MSC architecture.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published