To run this project, you need to have Node.js, npm, and python3 installed on your computer.
- Install Node.js, npm, and python3
sudo apt install nodejs npm python3
- Clone this repository
git clone https://github.com/tylerxiao/35Lproject.git
- To run the backend, follow these steps:
chmod +x backend export VITE_API_URL=http://localhost:8000 export MONGODB_URL=[INSERT MONGODB URL] ./backend
And you should have a local version of the backend running!
- To run the frontend, follow these steps:
The Firebase API key is necessary for the application to connect to Firebase services.
chmod +x frontend export VITE_FIREBASE_API_KEY=[INSERT FIREBASE API KEY] ./frontend
And you should have a local version of the frontend running!