Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.24 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.24 KB

Software-Project

A simple restaurant automation web application.

Installation Instructions

Table of Contents

  1. Prerequesites
  2. Retrieving Project Files
  3. Installing Packages
  4. Running the Application

Clone the project files using Git via your native CLI.
git clone https://github.com/Mitbits/Software-Project.git

Successful clone of the repository

Navigate to the application folder
cd Software-Project/app

Meteor will automatically download required packages based on the project configuration.
meteor npm install

During the installation Meteor will prompt you to configure the package semantic-ui. Follow the screenshots below to properly configure the package.

Select: Yes, extend my current settings
semantic-ui step 1

Select: Automatic (Use default locations and all components)
semantic-ui step 2

Select: Yes
semantic-ui step 3

Input: /node_modules where to put Semantic UI in the project
semantic-ui step 4

**On installation success, Meteor will print a list of packages currently installed. **

Once Meteor is successfully configured, the application can be run via CLI.
Navigate to the application folder
cd Software-Project/app

Run the application
meteor

On success, Meteor will indicate your application is running at: http://localhost:3000
success

Navigate to http://localhost:3000 in a modern browser that supports JavaScript (Google Chrome is recommended).