A Student Management System (SMS) is a software solution that facilitates the seamless organization and administration of student enrollment processes.
Table of Contents
Key features of OrgSchool:
Additional infoStory behind the idea: idea of the project was inspired by similar Ministry of National Education web app called ostad.education, this web app used by teachers in Algeria to manage students. |
- Backend: Python, MySQL.
- Frontend: HTML, CSS, JavaScript.
- Frameworks: Bootstrap, jQuery and Python Flask.
Presentation Layer (UI) Application Layer (Server-side Logic/API) Data Access Layer (Storage using MySQL)
You can Start use our service with two methods: 1- create an accout in our platform OrgSchool and start your work.
2- Use it locally by following these steps: Clone the repository
git clone https://github.com/WalaEddine01/OrgSchool-portfolio-project.git
inside the directory run these commands setup your database
cat setup/setup_mysql_dev.sql | sudo mysql
front-end route
python3 app.py
api route
python3 -m api.v1.app
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please try to create bug reports that are:
- Reproducible. Include steps to reproduce the problem.
- Specific. Include as much detail as possible: which version, what environment, etc.
- Unique. Do not duplicate existing opened issues.
- Scoped to a Single Bug. One bug per report.
Wala Eddine B |
---|
Reach out to the maintainer at one of the following places:
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.