- Redis Server (as cache) - Configuration can be found in
.env.examplewhich will be used by/backend/bin/redis.js. - The project use
PostgreSQLas the database. The configuration can be found in.env.example.
It's Assumed to run on Port 8000. If you want to run it on another port, the configuration can be found under /backend/bin/www.
The client has no configuration except for BASE_URL, which can be found under /client/src/config.js
P.S.: You can start as many clients as you want.