Skip to content

Provides information management for SugarBox&co., a small pastry business in the Philippines.

License

Notifications You must be signed in to change notification settings

Caerfyre/SugarBox-co_WebApplication

Repository files navigation

🍰 Sugarbox&co. 🧁🥐

Sugarbox&co is a growing small-scale pastry business based on Cebu, Philippines that specializes in creating custom desserts such as cakes, cupcakes, cookies and more.

Project Description

The primary objective of this project is to successfully create an Information System for Sugarbox&co using the database approach. This system is expected to contain functionalities of managing data that is received, processed, stored, or sent from transactions and other business-related activities. These functions will be focused on allowing the client user to have better data management, time-saving processes, and other benefits brought by the database approach.

Screenshots

Customer View

Homepage

Gallery

Menu

Order Item

Checkout

Account & Order History

Admin View

Dashboard

Products

Customers

Orders

Order Details

Inventory

Project Setup

XAMPP

  1. Install node modules
npm install
  1. Run Apache and MySQL server on XAMPP
  2. Create sugarbox_db schema in phpMyAdmin
  3. Import sugarbox_db.sql to phpMyAdmin
  4. Access app on http://localhost:8080/

Docker

  1. Download Docker-LAMP
docker pull mattrayner/lamp
  1. Run services in docker-compose.yml
  2. Create sugarbox_db schema from the query console
create schema sugarbox_db;
use sugarbox_db;
  1. Run sugarbox_db.sql
  2. Access app on http://localhost:8080/

Contribution

Guidelines for creating an enhancement issue:

  • Issue must contain two sections: overview and to-do
  • The overview provides an introduction to the feature/enhancement request
  • The to-do provides a task list in order to achieve the requested feature/enhancement
  • Self-assign your issue if you don't want other contributors to work on it
  • Provide additional sections and/or details as needed

Contributors

IM-2 Group 9

  • Niña Therese Ybas
  • Edwin Bartlett
  • Vladimir Roman
  • Eloisa Españo

Project Status

✅ Complete - May 11, 2022

About

Provides information management for SugarBox&co., a small pastry business in the Philippines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published