Anuj-Kundar / OfflineAdmissionSystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline Admission System

A college offline admission system in python with mailing feature and proper database.

Run Locally

Clone the project

  git clone https://github.com/FreakStar03/OfflineAdmissionSystem

Go to the project directory

  cd OfflineAdmissionSystem

Use Docker for Mysql Backend

  sudo apt install docker
  sudo apt install docker-compose
  make docker

Run the app

  make run

To Stop the Docker Container

  make docker-stop

To Start the Docker Container

  make docker-start

To Remove the Docker Container

  make docker-remove

To Backup Current DB

  make mysql-dump

To Restore Default DB

  make mysql-restore

Env Key Setup

App Key of gmail setup for mail-send.py

  echo "KEY=keyValue" > .env

Authors

About


Languages

Language:Python 99.3%Language:Makefile 0.7%