Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SE_Project

Overview

SE_Project is a full-stack web application consisting of a React frontend and a Django backend. Follow the instructions below to set up and run the project on your local machine.


Frontend Setup (React)

Install Dependencies (One-time Setup)

cd Frontend
npm install 
npm install @mui/material @emotion/react @emotion/styled
npm install @mui/icons-material
npm install react-router-dom

Run the Frontend

npm start

For additional Material-UI components, visit the official documentation: Material-UI Components


Backend Setup (Django)

Install Dependencies (One-time Setup)

python -m venv myenv
myenv\Scripts\activate
pip install django
cd project
pip install djangorestframework
pip install django-cors-headers
python -m pip install Pillow
python manage.py migrate

Run the Backend

myenv\Scripts\activate
python manage.py runserver

Project Structure

SE_Project/
│── Frontend/   # React frontend
│── project/    # Django backend
│── README.md   # Project documentation

Contributions

Feel free to fork this repository and submit pull requests. Suggestions and improvements are always welcome!


License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages