This project provides an example of building a REST API using Node.js and Prisma ORM, with PostgreSQL as the database. It also includes examples of unit tests (using Jest) and integration tests (using Supertest) to ensure the application functions as expected.
- Node.js RESTful API structure
- Prisma ORM for managing database models and migrations
- PostgreSQL as the database engine
- Unit tests using Jest
- Integration tests using Supertest