pkrll / Minderwertig

🚕 Simply a more convenient travel!
http://mw.saturnfive.se
0 stars 1 forks source link

Minderwertig

Heroku App Status

A taxi booking system created as a student project for the course System Design with a User Perspective at Uppsala University.

Minderwertig is a web application (Javascript/Vue).

Getting started

Prerequisites

Installing

Clone this repository:

$ git clone https://github.com/pkrll/Minderwertig

cd in to the folder, and run npm install in the root directory to install the project dependencies.

$ cd Minderwertig
$ npm install

Usage

Minderwertig consist of a server, and three applications: A client app, a driver app and a dispatcher.

Running the server

In the root folder, run the command node app (or nodemon app) to start up the server.

Running the client

The client application is reached from localhost:PORT/client where PORT is the port number set in the config/index.js file.

Running the driver

The driver application is reached from localhost:PORT/driver where PORT is the port number set in the config/index.js file.

Running the dispatcher

The dispatcher application is reached from localhost:PORT/dispatcher where PORT is the port number set in the config/index.js file.

Configurations

Configurations can be found in config/index.js:

Documentation