/dat-api

API Big Data for the T-MAJ-800 (Voltron) project at Epitech school

Primary LanguageTypeScript

dat-api

Installation

$ npm install

Before you start

At the root of the project, execute the following commands:

cp .env.example .env

Migration

# run migration
npm run migration:run

# generate migration with a migration name
npm run migration:generate -- <path/name>

Running the app

npm run start

API: http://localhost:3000

Testing

# Run the test with fake data
npm run test

More information

Follow this link