Coder Social home page Coder Social logo

pranavi79 / ams Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amanjha8100/ams

0.0 0.0 0.0 1.27 MB

Attendance management system made my me, which I use for taking attendance.

Home Page: https://amsit.pythonanywhere.com/

License: MIT License

Python 37.59% HTML 55.31% CSS 6.77% Dockerfile 0.33%

ams's Introduction

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

  • The homepage contains the data of every student of the department.
  • The subjects section contains, the subject currently active.
  • A login system where users with credentials can only login and mark their attendance using the form.
  • The form has custom validators which allows it to take attendance effectively.
  • The form is only visible to the normal users when the admin allows it through its admin homepage, which he can access after logging in on the website, with his credentials.
  • The admin can download the attendance for the day in CSV form from his homepage.
  • Admin has a pause and start button which controls the availability of the attendance form for the normal users on the website.
  • The project has also been dockerized.

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

ams's People

Contributors

7saikat7 avatar amanjha8100 avatar pranavi79 avatar varun270 avatar

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.