This is the backend for the CV project, built using the NestJS framework.
To build the project, you can use the following command:
npm run build
npm run startMake sure you have the following versions of software installed:
node v18.17.1
yarn v1.22.19This project uses PostgreSQL as its database. Make sure you have PostgreSQL installed and properly configured.
Examples of environment variables are in: src/environment/.env.local.example
npm run migrations:generate -- src/migrations/<name>
npm run migrations:create -- src/migrations/<name>
npm run migrations:run
npm run migrations:down