SRMS

Student Result Management System written in Django web framework

MIT License

Stars
113
Committers
4

SRMS

Student Result Management System

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] **

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

Badges
Extracted from project README's
Python Version Django Version
Related Projects