A Web based calculator for finite integers.
First navigating to the root directory, then type the following commands
export FLASK_APP=backend/app.py
flask run
First navigating to the frontend directory, then type the following commands
npm install # install dependencies, need to run only once
npm start
The simplest way to start both backend/frontend. Need to install docker
, and docker-compose
to build, and run services.
docker-compose build
docker-compose run