- Node.js
- NPM
- Docker compose as docker-compose-plugin
development.env file with the following content:
PORT=8080
POSTGRES_DB=dbname
POSTGRES_USER=user
POSTGRES_PASSWORD=password
MONGODB_URI=mongodb://mongo:27017/auto
MONGODB_DBNAME=auto
MONGODB_COLLECTION=auto_collection
LOG_LEVEL='debug'
npm start
Run databases only
npm run db
Run server tests
cd server
npm run test
Read the client documentation
Read the server documentation