Skip to content

AButsai/api

Repository files navigation

CV Backend (NestJS)

This is the backend for the CV project, built using the NestJS framework.

Table of Contents

  1. Building
  2. Required Versions
  3. Database
  4. Environment variables
  5. Migrations data base

Building

To build the project, you can use the following command:

npm run build
npm run start

Required Versions

Make sure you have the following versions of software installed:

node v18.17.1
yarn v1.22.19

Nodejs official website

Database

This project uses PostgreSQL as its database. Make sure you have PostgreSQL installed and properly configured.

Environment variables

Examples of environment variables are in: src/environment/.env.local.example

Migration data base

npm run migrations:generate -- src/migrations/<name>
npm run migrations:create -- src/migrations/<name>
npm run migrations:run
npm run migrations:down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published