Skip to content

rpg-critical-error/api-user

Repository files navigation

API

NodeJS Yarn

Back-End service for the critical error main site, doesn't include tabletop service.

Installation Instructions

Firsts steps

  1. Clone the project

     git clone https://github.com/rpg-critical-error/api-user.git
    
  2. Install dependencies

     yarn install
    
  3. Change your readme file

    Clone .env.example to .env and change values inner file

  4. Run database commands

    Migrations

     ./node_modules/.bin/sequelize db:migrate
    

    Seeders

     ./node_modules/.bin/sequelize db:seed:all
    

Running application

  • Run command to work or build

    Server as developer

      yarn dev
    

    Run tests

      yarn test
    

    Run build compilation

      yarn build
    
  • Run with docker-compose

    Run with docker-compose

      sudo docker-compose up
    

About

Repository for Back-End of the web page of Critical Error.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors