Pre-requisites
- Install Python
sudo apt install python3
- Install virtual environment utility
sudo apt install python3-venv
- Create a virtual environment
python3 -m venv venv
- Setup an environment and run project (Activate virtual environment and install requirements and run development server)
source .env