A progressive Node.js framework for building efficient and scalable server-side applications.
This project is built using the Nest framework, a progressive Node.js framework for building efficient and scalable server-side applications. It leverages TypeScript for type safety and modern JavaScript features.
- NestJS: A progressive Node.js framework for building efficient and scalable server-side applications.
- TypeScript: A statically typed superset of JavaScript that compiles to plain JavaScript.
- Prisma: A next-generation ORM for Node.js and TypeScript.
- PostgreSQL: A powerful, open-source object-relational database system.
$ yarn install
To run the end-to-end tests, use the following command:
$ yarn test:e2e
To set up the application using Docker, follow these steps:
- Ensure Docker is installed and running on your machine.
- Build and start the Docker containers:
$ docker compose up -d
- Verify that the containers are running:
$ docker ps
Ensure you have the correct environment variables set up in your .env
files. For example:
DATABASE_URL=postgresql://user:password@localhost:5434/nest-api?schema=public
Nest is MIT licensed.