Front Rôle interview Mini project
python3 -m venv venv
source ./venv/bin/activate (venv) pip install -r requirements.txt
python build_db.py
bash runapp.sh
cd client && npm install npm start
Front Rôle interview Mini project
python3 -m venv venv
source ./venv/bin/activate (venv) pip install -r requirements.txt
python build_db.py
bash runapp.sh
cd client && npm install npm start