Skip to content

JustinMoua/Django-Inventory-Webapp

Repository files navigation

📝 Django-Inventory-Webapp

📖 Overview

This is a demo project built with Django, Bootstrap, and jQuery. It was created as part of a coding challenge to showcase full-stack development skills.

The application includes:

  • A login page for authentication
  • A homepage that fetches and displays inspection data from a MySQL database in a tabular format
  • A conditions page that displays details related to the selected inspection

🔨 Tech Stack

  • Backend: Django (Python)
  • Frontend: Bootstrap, jQuery
  • Database: MySQL

🚀 Features

  • User login system
  • Tabular display of inspection data
  • Relational data handling:
    • The Inspections table has unique IDs
    • These IDs serve as foreign keys in the Conditions table
  • Clicking a row on the homepage redirects to a detailed conditions page

📚 Learning Highlights

Through this project, I gained experience in:

  • Building Django apps with Bootstrap for styling
  • Implementing relational database models with MySQL
  • Handling user interaction and page redirection with jQuery
  • Designing a small-scale, functional CRUD-style workflow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published