Path Of Exile build library!
- Docker
- nvm
- Install required version of node (check engines in package.json) ( e.g
nvm isntall 16ornvm use 16) - Install deps with
yarn install - Start the database:
docker-compose up --build - Migrate database:
yarn knex --knexfile server/database/knexfile.js migrate:latest - Start the project:
yarn devoryarn build && yarn start
Why PG and not MongoDB ?
To test PG performance when dealing with JSON objects