2024 Nasa Space Apps Challenge - Team: B[U]ILT To Last
To set up the project, you'll need to install uv
by running the following command:
pip install uv
-
Make the installation script executable by running:
chmod +x install_dependencies.sh
-
Install the dependencies by executing the script:
./install_dependencies.sh
To start the frontend of your application, navigate to the frontend
folder and run:
npm start
-
Create a virtual environment using
uv
:uv venv
-
Activate the virtual environment:
source .venv/bin/activate
-
Install the required backend dependencies:
uv pip install -r requirements.txt
-
Start the backend server by running:
python app.py