Clash of Words is an application allowing you to manage challenges between teams, called planets.
- Docker
- Apollo Server
- Sequelize as ORM
- Postgres database
-
Install dependencies in
/api
yarn install
ornpm install
-
In the root directory
docker-compose build
thendocker-compose up
-
Load initial data thanks to
sequeliae-cli
. In the/api
folder:
npx sequelize-cli db:seed:all
http://localhost:8080/
http://localhost:8801/