Welcome to the SWE25 project! This repository contains the code and resources needed to set up and run the application. Follow the instructions below to get started.
Before you begin, ensure you have Node.js and npm installed on your machine. You can download them from the following link:
To set up the repository, follow these steps:
git clone https://github.com/EAOZONE/SWE25.git
cd SWE25
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
cd frontend
npm install
To run the application, follow these steps:
python app.py
cd frontend
npm start
You are now set up to work with the SWE25 project! If you encounter any issues, please refer to the documentation or reach out for help. Happy coding!