View Requirements file.
View Swagger YAML file.
Make sure docker & docker-compose is installed on your local machine.
Go to each app and install deps
cd web
yarn
cd ../api
yarn
cd ../socket
yarn
cd ..
cd devops
docker-compose up
The script will create 2 dirs mongo
& redis
for persistent data storage.
And the website is available at http://127.0.0.1