A system to manage the WebApp PokeGame.
For this project you'll need to have docker in your computer.
To start the server just run:
docker-compose up
If you need to run migrations and seeders just run:
docker exec --it <container> npm run migrate
docker exec --it <container> npm run seeder
You can use knex`s commands by running
docker exec --it <container> npm run knex <commands>
To use the linter run:
npm run linter