Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 674 Bytes

Clash Of Worlds

Clash of Words is an application allowing you to manage challenges between teams, called planets.

Stack

Install project

  • Install dependencies in /api
    yarn install or npm install

  • In the root directory
    docker-compose build then docker-compose up

  • Load initial data thanks to sequeliae-cli. In the /api folder:
    npx sequelize-cli db:seed:all

Access to Graphql playground

http://localhost:8080/

Access to Adminer

http://localhost:8801/