-
-
npm install npm start
-
-
-
cd backend pip install -r ./requirements.txt
-
DB2_DATABASE= DB2_HOSTNAME= DB2_PORT= DB2_USERNAME= DB2_PASSWORD= APP_SECRET=
-
python main.py
-
Run all commands from the root directory
-
docker build -f Dockerfile -t react-flask-app .
-
docker run -d -p 3000:3000 react-flask-app