Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riajulkashem/srms
Student Result Management System written in Django web framework
https://github.com/riajulkashem/srms
django django-application django-project student-result-management-system
Last synced: about 1 month ago
JSON representation
Student Result Management System written in Django web framework
- Host: GitHub
- URL: https://github.com/riajulkashem/srms
- Owner: riajulkashem
- License: mit
- Created: 2019-02-08T06:04:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T23:42:09.000Z (over 2 years ago)
- Last Synced: 2024-10-11T07:21:08.888Z (about 1 month ago)
- Topics: django, django-application, django-project, student-result-management-system
- Language: Python
- Homepage: http://srms.riajul.me/
- Size: 9.42 MB
- Stars: 113
- Watchers: 4
- Forks: 42
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SRMS
Student Result Management System[![Python Version](https://img.shields.io/badge/Python-3.7.1-brightgreen.svg)](https://python.org)
[![Django Version](https://img.shields.io/badge/Django-2.1-green.svg)](https://djangoproject.com)Student Result Management System is my first Django project!! It's single user application where user can CRUD (Create, Update, Delete) student, subject, subject combination and result. Then students can view there result and download this as PDF file. This project is live now in http://srms.riajul.me/ feel free to contribute this project.
**I'm available for freelance hire contact me in [Facebook](https://web.facebook.com/riajul.kashem/) or [email protected] **
![Dashboard](Screenshots/dashboard.png "SRMS Dashboard")
## Running the Project Locally
First, clone the repository to your local machine:
```bash
git clone https://github.com/RiajulKashem/SRMS.git
```
Now enter the directory:```bash
cd SRMS
```
Now create a virtual machine:
```bash
virtualenv venv
source venv/bin/activate
```
Install the requirements:```bash
pip install -r requirments.txt
```Apply the migrations:
```bash
python manage.py makemigrations
python manage.py migrate
```Finally, run the development server:
```bash
python manage.py runserver
```The project will be available at **127.0.0.1:8000**.
## License
The source code is released under the [MIT License](https://github.com/RiajulKashem/SRMS/blob/master/LICENSE).
## Conclusion
Thanks for reading this. At last **Don't forget to givee a star 🌟!!**