Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullahfirdowsi/edusphere
EduSphere - An all-encompassing tutor's guide application where monitoring, coding, programming, and teaching intertwine for educational excellence
https://github.com/abdullahfirdowsi/edusphere
flask react xampp
Last synced: 3 months ago
JSON representation
EduSphere - An all-encompassing tutor's guide application where monitoring, coding, programming, and teaching intertwine for educational excellence
- Host: GitHub
- URL: https://github.com/abdullahfirdowsi/edusphere
- Owner: abdullahfirdowsi
- Created: 2023-07-15T09:51:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T15:15:30.000Z (10 months ago)
- Last Synced: 2024-07-30T21:05:07.847Z (6 months ago)
- Topics: flask, react, xampp
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## EduSphere - An All-Encompassing Tutor's Guide Application
### Overview:
Unlock education's full potential with EduSphere, a platform that combines monitoring, programming, grading, and teaching for educational excellence. It integrates all self-learning platforms into a single, simple, and accessible web application.### Project Features:
- **All-in-One Education Platform**: EduSphere serves as a comprehensive platform where monitoring, coding, programming, and teaching converge.
- **Integration of Self-Learning Platforms**: Incorporates various self-learning platforms seamlessly into a single web application.
- **Monitoring Capabilities**: Provides tools for monitoring student progress, performance, and engagement.
- **Coding and Programming Resources**: Offers a wide range of coding and programming resources to facilitate learning and skill development.
- **Grading System**: Implements a grading system to evaluate student assignments, quizzes, and assessments.
- **Teaching Tools**: Equips tutors with effective teaching tools and resources to enhance the learning experience.### How to Use:
1. **Clone the Repository**:
```bash
git clone https://github.com/abdullahfirdowsi/edusphere.git
cd React.js
```2. **Setup Frontend**:
```bash
cd frontend
npm install
npm start
```3. **Setup Backend**:
```bash
cd ../backend
pip install -r requirements.txt
python app.py
```4. **Configure the Database**:
- Modify database settings in `config.py` if necessary.
- Initialize the database using migrations or provided scripts.5. **Access the Application**:
- Once the frontend and backend are set up and running, access the application through your web browser.6. **Start Exploring**:
- You are now ready to explore the features of EduSphere! Navigate through the platform, monitor progress, utilize coding resources, grade assignments, and enhance the learning experience.## Contributing
Feel free to contribute to the project by creating pull requests or reporting issues on the [GitHub repository](https://github.com/abdullahfirdowsi/edusphere/issues).