Ensure docker-compose.yml
is running:
If not running, run the following command from directory SWITCH
:
docker-compose up
If using virtual environment:
Ensure that you are in the virtual environment you had created; you can activate the virtual environment using the command:
source venv/bin/activate
Run the backend first for the application from the directory SWITCH/NAVIE
:
python3 Node.py
Run the React-Application from the directory SWITCH
:
npm run start