Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 392 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 392 Bytes

Challenges API

Installation

$ npm install

Running the app

first of all create a database with the name of your choice

copy .envExample file

# development
$ npm run setup:dev
$ npm run start

Migrations

Creating migration

npm run migration:generate <migration name>

Seeds

Creating seeds

npm run seeds:generate <seed name>