Skip to content

gamaacademy-labs/challenges-api

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published