-
Backend (Python)
- Run the following command to start the backend:
Or, if
python3 movers.py
python3is not installed, try:python movers.py
- Run the following command to start the backend:
-
Frontend (React/NPM)
- Navigate to the frontend directory:
cd moving-app-frontend - Install dependencies (if not already installed):
npm install
- Start the frontend application:
npm start
- Navigate to the frontend directory:
- Ensure you have Python 3 installed for the backend.
- Ensure you have Node.js and npm installed for the frontend.
- If you encounter issues, check for missing dependencies and install them accordingly.
Enjoy using the Moving App! 🚀