first all the requirements mention in the backend folder then in the .env file fill all the value then run main.py in backend folder after that go to frontend file open terminal on the file or reach to the terminal to the file and then run python -m http.server 3000
- Review all the requirements listed in the backend folder.
- Fill in all the values mentioned in the .env file.
- Run the main.py file located in the backend folder.
- Navigate to the frontend folder.
- Open a terminal within the frontend folder or navigate to it using the terminal.
- Execute the command
python -m http.server 3000
in the terminal.