/martial_arts_api

This is a tutorial for building a Restful API using NodeJS, Express, MySQL and Sequelize. You can check the tutorials in the following links:

MIT LicenseMIT

NodeJS API Tutorial using Express + MySQL + Sequelize

Choose the branch to go to the correct tutorial git repository.

You can find the Medium tutorials in the links below.

  1. NodeJS API-Part 1 / Starting our server using express
  2. NodeJS API-Part 2 / Returning some fake data!
  3. NodeJS API-Part 3 / Returning 404 not found
  4. NodeJS API-Part 4 / Headers middleware
  5. NodeJS API-Part 5 / Model/Router/Controller structure
  6. NodeJS API-Part 6 / Adding Sequelize and MySQL Database
  7. NodeJS API-Part 7/ CRUD with sequelize and mysql2
  8. NodeJS API-Part 8/ Handling errors