Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
/ dat-api Public archive

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

Notifications You must be signed in to change notification settings

tdrapied/dat-api

Repository files navigation

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: https://localhost:3000

Testing

# Run the test with fake data
npm run test

More information

Follow this link

About

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

Topics

Resources

Stars

Watchers

Forks