Back-end for the habit tracking application developed with Node.js, Fastify, TypeScript, Prisma, and MongoDB.
- Route to create a new habit;
- Route to retrieve registered habits;
- Route to edit a habit's title;
- Route to toggle a habit as completed or not;
- Route to get dates when a habit was completed;
The complete API documentation can be accessed directly through Swagger UI