Choose the branch to go to the correct tutorial git repository.
You can find the Medium tutorials in the links below.
- NodeJS API-Part 1 / Starting our server using express
- NodeJS API-Part 2 / Returning some fake data!
- NodeJS API-Part 3 / Returning 404 not found
- NodeJS API-Part 4 / Headers middleware
- NodeJS API-Part 5 / Model/Router/Controller structure
- NodeJS API-Part 6 / Adding Sequelize and MySQL Database
- NodeJS API-Part 7/ CRUD with sequelize and mysql2
- NodeJS API-Part 8/ Handling errors