-
install Docker
-
install Node.js
-
git clone https://github.com/hpdobrica/my-chess-db.gitclone project from github -
cd my-chess-db/open project directory on your computer -
npm install -
cp .env.example .env -
configure env variables in
.envfile -
docker-compose up -dstart database -
npm run startserves on localhost:3000