/Visitor-Management-System

Visitor Management System for SEAS(School of Engineering and Applied Science)

Primary LanguageJavaScriptMIT LicenseMIT

Visitor Management System


PyPI - Python Version PyPI - Django Version

Table of Content

Introduction


Vistior Management System, also known as VMS, is a System to guide visitors who are visiting the college. This System helps to track the number of visitors who come to your place.

Technology Stack


  • HTML/CSS/JavaScript
  • Bootstrap
  • Django
  • Sqlite3

Installations and Running


  • Clone this repository

    git clone https://github.com/parth-27/Visitor-Management-System.git
    
  • If you are not going to use Sqlite3 Database, change the DATABASES variable in settings.py file accordingly. You can Refer to Django documentation

  • Please Don't forgot to add the Email and Password in settings file from which you want to send confirmation mail or visitor pass mail. Path to the settings file is visitor_manage/visitor_manage/settings.py

  • Also add your own API key in the location.html file and path to the file is visitor_manage/src/templates/src/location.html

  • Make Initial Migrations

    python3 manage.py makemigrations
    python3 manage.py migrate
    
  • Run the Website on LocalHost

    python3 manage.py runserver
    
  • Name and Password both for the SuperAdmin of the website is superadmin

Licensed under the MIT License.

Contributors


| Parth Patel | Dipika Pawar |