Skip to content

holyris/feelibrary-api

Repository files navigation

Description

Feelibrary api (WIP)

Requirements

NodeJS

Docker (for local database)

Setup

To run properly, the project needs a .env file.

You can copy paste the content of .env.example to .env.

Install dependencies :

npm install

You will have to setup a local database. See Database

To have the correct database structure, see Migration commands

Running the app

npm run start:dev
npm run start:debug

Database

If 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 -d

To stop it :

docker-compose down

Migration commands

npm run migration:run
npm run migration:revert

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published