AllThatCalculator Application
git clone https://github.com/AllThatCalculator/application
you don't have to set both env file if you want to run frontend/backend only.
-
client
- client/.env
-
server
- server/all-that-calculator-firebase-adminsdk-XXXXXX.json
- server/.env
- Requirements
- node:
16.14.1
- node:
cd client
npm install
cd client
npm start
- Requirements
docker: (20.10.XX)
docker compose build
docker compose up
- for Windows, use
wsl
wsl
sed -i -e 's/\r$//' ./server/entrypoint.sh
- Requirements
docker: (20.10.XX)
docker compose -f ./docker-compose.FEBE.yml build
docker compose -f ./docker-compose.FEBE.yml up
note that you should visit localhost:8080
to test in browser, not localhost:3000