Feelibrary api (WIP)
Docker (for local database)
To run properly, the project needs a .env file.
You can copy paste the content of .env.example to .env.
Install dependencies :
npm installYou will have to setup a local database. See Database
To have the correct database structure, see Migration commands
npm run start:dev
npm run start:debugIf you don't want to setup a local database, you can install Docker.
If you are on Linux, you will have to install docker-compose.
to start the database :
docker-compose up -dTo stop it :
docker-compose downnpm run migration:run
npm run migration:revert