Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Food Delivery app mockup created for my College Course (HNC Computing). Uses MariaDB for database storage and Electron for the application.

License

Notifications You must be signed in to change notification settings

lilykiwi/FaceFillers-Electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceFillers

For my 2019-2020 Computing HNC, one task involved creating an application with a Graphical User Interface (GUI), SQL Clauses, and a Relational SQL Database. This is a mockup design for a mobile food aggregator app, which performs database functions in order to gather and process data. It's developed in using Electron, making it similar to a webpage, allowing for easy conversion into an online app or mobile app.

This project doesn't have any future goals outside of refactoring the javascript already implemented (see courier-controller.js for how it should look). This is because the scope of the project was just to implement a database system with a user interface, without any "true" functionality like server hosting, database discovery, login systems, GPS tracking, etc, that you would expect to find in a food aggregator. Similarly, this doesn't use "real" data, instead utilising fake SQL data that functions inside the constraints of the app.

store-controller-revamp.js is currently unfinished, but aims to replace the original store controller script in functionality while cleaning up the code significantly.

This project (currently) utilises:

With the npm packages through npm install:

Building

Since this uses NodeJS, building requires utilisation of the Node Package Manager (NPM). Future plans involve integrating electron-packager for building, but in the testing phase this command should be used instead:

npm start

Database Integration

In order to set up the database for use with this application, you need MariaDB (^10.3) in order to host the database as a service. I use apt to install it, so I'm a version behind at the time of writing. After install, make sure that the service is running and run the client using sudo (or equivalent) and run (or copy/paste) the following script:

plaintext SQL script

This script will create the database, user, tables, and enter some data. That's all you need to get started!

About

Food Delivery app mockup created for my College Course (HNC Computing). Uses MariaDB for database storage and Electron for the application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •