Skip to content

Daniel-Raz6735/majordomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Majordomo

This project is created by Daniel Raz and Shlomo Carmi.

Table of content

  • What is Majordomo all about?
  • Tech
  • Usage
  • Project architecture
  • Back end
  • Front end
  • Database

What is Majordomo all about?

Majordomo is an awesome project taking a resturant owner in to his inventory, so he can know what he has in real time. The site built in this project will allow Majordomo container owners see their inventory condition in real time.

Tech

Majordomo uses a number of open source projects to work properly:

  • React JS - A JavaScript library for building user interfaces.
  • Twitter Bootstrap - great UI boilerplate for modern web apps.
  • AWS - An online storage site for the backend and the DB.
  • node.js - evented I/O for the backend.
  • jQuery - a JavaScript library that preforms a lot of the js work.
  • quick database diagrams - A free service for ERD creation.

Usage

Majordomo requires Node.js v4+ to run.

To run the app we reccomend you have the next tools:

Install the dependencies and start the front end server.

$ npm i --save
$ npm start

open cmd (on Windows) and enter the next statements to run the back end server.

$ cd "your-path"/majordomo/src/backend
$ ./functions.py

Project architecture

our project is built in three parts.

Back end

Front end

Database

The overriding design goal for Markdown's

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published