chesspecker, open-source app to practice chess!
Join us to discuss issues and ideas: on discord.
Create a new .env file
cp .env.example .env
After launching docker on your machine, build the images with:
docker-compose up -d --build
Finally, connect to the docker container and populate the database:
docker exec -it mongo /bin/sh
mongorestore dump --gzip
Navigate to http://localhost:3000
And happy coding!
When you're done
docker-compose down