Authentication API implemented in Node.js.
The original idea was to follow the next steps:
- Use dbdiagram.io to generate the data model
- Use sequelize-auto to generate the models for the Sequelize ORM.
- Implement the API using Express.js
- Generate the API docs with Swagger
- Import the API docs in Postman and generate a client for the API
I was able to stick to the plan and the results speak for themselves.
Documentation for the available endpoints is at: https://github.com/javiervidrua/authenticationapi/tree/main/api-client-swagger#documentation-for-api-endpoints