Giter VIP home page Giter VIP logo

emissarywst's Introduction

EmmisaryWST

Build Status Code Climate Issue Count Test Coverage codecov

Past Deployment:

http://webstormtroopers.herokuapp.com

Our Deployment:

http://kiss-my-app.appspot.com/

Description:

Emissary is a visitor check-in SaaS application targetted for small businesses.

  • Sign up your company and your own personal account for your company.
  • Thereafter, add employees to your company through the "Employees" section of the application to provide them access to the application.
  • Create appointments through the "Appointments" page. Open up the Check-in mode by clicking on the gear in the upper right-hand corner.
  • As visitors check-in, they will show up in the queue on the "Visitors" page.
  • If there is an appointment that matches their information, their appointment time will automatically be populated.
  • Click on a visitor to check him/her out. If he/she had an appointment, their appointment will automatically be removed from the "Appointments" section.

Requirements

  • Git
  • Node.js
  • MongoDB
  • HandleBars
  • jQuery
  • NF

Note: Please see package.json for the full list of requirements.

Developer Instructions

First clone the repo to get the source code.

$ git clone https://github.com/cse112-kissmyapp/EmissaryWST
$ cd EmmisaryWST

Windows

You will need to install and setup MongoDB first: https://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

On your CMD (command shell), enter the commands:

cd \MongoDB\Server\'version'\bin
mongod.exe --dbpath C:\MongoDB\Server\'version'\data\db

After you have MongoDB running on the background, you can start running the front-end. Make sure to navigate to the repo root.

$ npm install -g gulp bower foreman
$ npm install
$ gulp build:dev
$ nf start web

Note: Windows terminal will need administrator rights.

Macs

Again, you will need to install and setup MongoDB first.

In your terminal run:

$ sudo mkdir -p /data
$ sudo mkdir -p /data/db
$ sudo chown 'username' /data/db

# these processes will each consume your current terminal session, see note below
$ mongod
# and
$ mongo

Note: mongod and mongo must be run in separate terminal windows. Be sure to run mongod first.

After you have MongoDB running on the background, you can start running the front-end. Make sure to navigate to the repo root.

$ npm install -g gulp bower foreman
$ npm install
$ gulp build:dev
$ nf start web

Now that you're all set with that see our developer docs for more details regarding Emissary!

Credits

Thanks to WebStormTroopers for the base code, and documentation: https://github.com/danielchristiancazares/Emissary

emissarywst's People

Contributors

cprafullchandra avatar eddie4941 avatar algervuongit avatar ktzhang avatar leonlxli avatar dakong avatar dylanmoz avatar ifearcompilererrors avatar aaandrew avatar xxvii27 avatar danielchristiancazares avatar aliciadnguyen avatar lelandtran avatar bynhanpham avatar eccentricbarad avatar patthsu avatar tzlu avatar jeff-wang93 avatar mandy27 avatar brandonjhuang avatar elmeryang avatar justinxliu avatar robertmaloney avatar ncheema avatar eyhu avatar chowlz avatar mcieplak avatar bkjchoi72 avatar jhorta avatar wesyao avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.