amanjha8100 / AMS

Attendance management system made my me, which I use for taking attendance.
https://amsit.pythonanywhere.com/
MIT License
12 stars 8 forks source link
ajax bootstrap4 css django docker html javascript jquery

Attendance Management System(AMS)

image

I created a attendance management system using django framework, ajax, jquery, javascript, bootstrap, css and HTML. The goal of the project is to create a web app where students can login using their provided credentials and mark their attendance for the class. It uses forms and validators to stop marking attendance for the day other than today. It also enables the admin to download the attendance of the given date in CSV format. The attendance form is only available for users, when the admin allows it.

Tech Used

Python, Django, Bootstrap, CSS, HTML, Javascript, Jquery, Ajax, Docker.

Installation

InOrder to contribute to this repository follow the given procedure -

  1. Fork the repository
  2. Clone it to your local system using the command git clone <HTTP address>

After cloning it successfully its time to set up the virtual environment for Django

Use the following commands pip install virtualenv

then python -m venv [name of venv]

To activate the virtual environment use env_name\scripts\activate

Now to install Django use pip install django

So Far we have installed Django and activated the virtual environment now let us have a look at installing certain dependencies for the project and setting up the project locally.

Just Follow the Below Procedure - pip install -r requirements.txt

then run python manage.py migrate

Create admin account python manage.py createsuperuser

then python manage.py makemigrations App_name

then again run python manage.py migrate

Finally to start the development server use python manage.py runserver

If you face any problem while installing django click here

Key Features

Live at: https://amsit.pythonanywhere.com/

Screenshots

Home page

Home-Page

Admin Home Page

Admin-Home-Page

User Home Page

User-Home-Page

Attendance Allowed State

Allowed-attendance-Page

Attendance Not Allowed State

Not-Allowed-attendance-Page

Attendance Filter Section

Attendance-Filter