SkillAgentSearch skills...

SRMS

Student Result Management System written in Django web framework

Install / Use

/learn @riajulkashem/SRMS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SRMS

Student Result Management System

Python Version Django Version

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 or riajukashem@gmail.com **

Dashboard

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/RiajulKashem/SRMS.git

Now enter the directory:

cd SRMS

Now create a virtual machine:

virtualenv venv  
source venv/bin/activate

Install the requirements:

pip install -r requirments.txt

Apply the migrations:

python manage.py makemigrations
python manage.py migrate

Finally, run the development server:

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.

Conclusion

Thanks for reading this. At last Don't forget to givee a star 🌟!!

View on GitHub
GitHub Stars125
CategoryDevelopment
Updated12h ago
Forks44

Languages

Python

Security Score

100/100

Audited on Apr 5, 2026

No findings