BBMS Project

B&B Management System

This project was originally an assignment in my "Software Engineering Principles and Techniques" class. The assignment consisted of architecting a piece of software for a client. The client gave a description of the software they needed for the Bed-and-Breakfast company. A series of design and planning documents were created as a contract for the client and a guide for the software developers to produce the correct program.

The below PDF document displays the Systems Requirement Specification for the BBMS. This document displays all the requirements for the software including data flow diagrams, state diagrams, and entity relationship diagrams.

For the project I have started to develop the software for the assignment using the SRS as a guide to build this software. I intend on building the front-end with the React framework to creating reactive interactabilty. The back-end will be built from Python using the Django framework. This will provide database interaction as well as user login security and validation. The Database itself will use PostgreSQL as the relational database. This project is still currently in development and hopefully I will have a version of it online to access and see it in action.

Work in Progress!