• Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Student Result Management System written in Django web framework

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 [email protected] **

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 🌟!!