Technology stack
React.Js + Node.js+ Prisma + Mongodb
To setup this project kindly do the following steps
git clone https://github.com/asimashfaq/Tictac-App
docker-compose build
You can also define the backend api host in the docker-compose file by setting enviornment variable [API_URL]
docker-compose up or docker-compose up -d
cd ./api/src/prisma
We need prisma to deploy the databmodel to the prisma and mongodb.
npm install -g prisma
prisma deploy