Skip to content

EAOZONE/SWE25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Prerequisites

Before you begin, ensure you have Node.js and npm installed on your machine. You can download them from the following link:

Download Node.js and npm

Setup the Repository

To set up the repository, follow these steps:

Clone the repository:

git clone https://github.com/EAOZONE/SWE25.git

Navigate into the project directory:

cd SWE25

Create a virtual environment:

python -m venv venv

Activate the virtual environment:

Windows:

venv\Scripts\activate

macOS/Linux:

source venv/bin/activate

Install the required Python packages:

pip install -r requirements.txt

Navigate to the frontend directory:

cd frontend

Install the required Node.js packages:

npm install

Running the Application

To run the application, follow these steps:

Start the Python backend:

python app.py

Navigate back to the frontend directory:

cd frontend

Start the frontend application:

npm start

Conclusion

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •