Skip to content

Sseankzs/Django-MySQL-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Management System

Created by using Django and MySQL

This is a simple website built on Django to query and showcase database queries. This is also the web GUI version of the CLI project Gnome-Chompski-Tracking-Database-System

Introduction

A man-made invasive species called Gnome Chompskis have become an epidemic on Earth. Swarms of these pests have been wiping out towns and villages around the world. Some Gnome Chompskis have also been reported to have special mutations, such as using teeth as projectiles. The GenCorp CEO has divided up the swarms among each of GenCorp’s members to better manage all the swarms.

The purpose of this project is to create a method of tracking individual Gnome Chompski Swarms as well as the physical characteristics of each Gnome Chompski in their respective swarm.

Features

  • Shows all gnome chompskis and swarms in its own page
  • Add, Update, Delete entities from the database
  • Create user by using built-in admin function in Django
  • Password authentication and encryption by built-in Django function
  • See the statistics of the gnome chompskis (min, max, average)
  • Sort entities based on the att

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/employee-management-system.git
  1. Navigate to the project directory
  2. Run setup.SQL to create tables
  3. Run server
python manage.py runserver
  1. Log in using guest username: John password: 123johnsmith
  2. or Create a superuser to gain access to ./admin/ by typing:
python manage.py createsuperuser
  1. Navigate to either the /Home/ page or the /Admin/ page to log in

Credits

Props to this video that walked me through building a Django Website.

About

This is a simple Django Demonstration that implements models in MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors