- Node.js
- Docker
- Docker Compose
- npm (usually installed with Node.js)
Node.js is required to run the application. Install Node.js (which includes npm) from the official Node.js website.
Install Docker by following the instructions on the official Docker documentation.
Follow the instructions on the Docker Compose documentation to install Docker Compose.
Clone your repository to your local machine:
Copy .env file into InfraApp/infraapp
Run npm install in InfraApp/infraapp
Run npx prisma generate
docker-compose up -d inside InfraApp folder to run PostreSQL db
npm run dev inside InfraApp/infraapp folder