Giter VIP home page Giter VIP logo

akash1362000 / django_student_management_system Goto Github PK

View Code? Open in Web Editor NEW
104.0 7.0 30.0 19.43 MB

A modern Student Management System πŸ‘¨β€πŸŽ“ with features like Interactive Dashboard 🀩 Attendance Management 🏫Provide Feedback ✍ Result Generation πŸ“œ Leave Application πŸ‚

Home Page: https://student-management-system-4jym.onrender.com/

License: MIT License

Python 0.47% JavaScript 90.98% CSS 5.97% HTML 2.41% Less 0.16% Procfile 0.01% Shell 0.01% Dockerfile 0.01%
django student-management-system python html5 css3 javascript bootstrap4 ajax web-application heroku

django_student_management_system's Introduction

Django Student Management System πŸ‘¨β€πŸŽ“

A modern Student Management System πŸ‘¨β€πŸŽ“ with features like Interactive Dashboard 🀩 Attendance Management 🏫Provide Feedback ✍ Result Generation πŸ“œ Leave Application πŸ‚

SMS_Banner

Website shields.io travis-ci Hits Maintenance

Checkout the live Website here!

Find the detailed project report here! πŸ“œ

Meet the Developers ✨🌟


Akash Shrivastava
πŸ‘¨β€πŸ’»πŸš΄β€β™‚οΈπŸ“Έ

Akanksha Tamboli
πŸ’»πŸŽ¨

Shreejit Nair
πŸŽ“πŸπŸ“±

Samiksha Naik
πŸ’ƒπŸ“Έ

Development πŸ‘¨β€πŸ’»

Note : Make sure you have Python version 3.8+

Environment Setup πŸš€

$ git clone https://github.com/Akash1362000/Django_Student_Management_System.git

$ cd Django_Student_Management_System/

Create .env file (refer .env.example file)

Generate SECRET_KEY from here

Generate your CAPTCHA_SECRET from here

Copy your SITE KEY after generating CAPTCHA_SECRET and paste it in data-sitekey in student_management_app/templates/login_page.html (replace the current key with your key)

Database Setup

Install Postgres Latest version from here

Install pgAdmin from here

Create a Database using pgAdmin by following the steps mentioned here

Update your DATABASE_URL in .env with your DB details like USER, PASSWORD and DB_NAME


If virtualenv is not installed (What is virtualenv?):

$ pip install virtualenv

Create a virtual environment

$ virtualenv venv

Activate the environment everytime you open the project

$ source venv/Scripts/activate

Install requirements πŸ› 

$ pip install -r requirements.txt

$ pre-commit install

Run migrations for Database

$ python manage.py migrate

Create superuser for Admin Login πŸ”

$ python manage.py createsuperuser

Enter your desired username, email and password. Make sure you remember them as you'll need them in future.

eg.

Username: admin

Email: [email protected]

Password: HighlyConfidentialPassword

All Set! 🀩

Now you can run the server to see your application up & running πŸš€

$ python manage.py runserver

To exit the environment ❎

$ deactivate

Every time you want to open the application in browser, make sure you run:

$ source venv/Scripts/activate

$ python manage.py runserver


Docker Setup (Optional)

If you want to use Docker to run this project, you need to do the following steps:

  • Install Docker for your OS from here
  • Run docker --version and docker compose --version [In Windows, you need to run docker-compose --version to check the version]
  • If you see both the versions, then Docker is successfully installed on your system and you can follow along
  • If you don't see the version, check with your Docker installation
  • Open docker-compose.yml file and update the value of CAPTCHA_SECRET with your generated key. You can generate it from here
  • Run docker compose up -d
  • Run docker exec -it student_management_system sh -c "python manage.py createsuperuser" to create a new superuser
  • Access the app at http://localhost:8000
  • To stop the container, run docker compose stop from the project root
  • To restart the container, run docker compose start from the project root
  • To delete the container, run docker compose down from the project root

A Glimpse of the Dashboard 😍

Dashboard

Stargazers

Stargazers

Liked our work? πŸ€” Do star this repository ⭐ It'll motivate us more 😁


License ✍

MIT License

Copyright (c) 2020 Akash Shrivastava

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

django_student_management_system's People

Contributors

akankshast avatar akash1362000 avatar dependabot[bot] avatar samiksha8888989 avatar shreejitnair avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

django_student_management_system's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.