Git Product home page Git Product logo

transportmanager's Introduction

##TransportManager

A database app for community driving schemes - initially developed for Didcot Volunteer Centre. This is a classic three tier application, with web-front-end and middle-layer both written in JavaScript. Not currently intended for remote use (across a Local-Area-Network would be fine).

####Licence

MIT (https://github.com/Antony74/TransportManager/blob/master/sys/Licence.txt)

Includes a number of third-party components each of which is subject to its own licence.

####Status

In development.

####Operating System

Currently Windows only. Database and Operating System dependent code is kept in a seperate file to make less difficult to write a sustitute if desired.

####Installation

Use of the Chocolatey package management system is recommended for ease of installation.

Start by bringing up a command prompt. If you do not already have Chocolatey installed, the command to get and install it is:

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin

This is long so you'll want to copy and paste it. Once Chocolatey is installed, the command to install Transport Manager is

cinst TransportManager -Pre 

Don't worry - it's just those two commands and installation is complete!

Transport Manager is installed to C:\TransportManager

(It's not too difficult to move this folder elsewhere, but there is a .url and a .bat file that would need updating or deleting, and you will not be able to use Chocolatey to keep it the Transport Manager program up to date... use git instead).

####Installation without Chocolatey

If you would prefer not to use the Chocolatey package manager for installation then you will need to ensure a 32-bit Windows build of Node.js has been downloaded and installed. You will also need to clone this repository or download the files within it (e.g. git clone https://github.com/Antony74/TransportManager.git)

After that the following commands are required to finish off the installation and run the Transport Manager for the first time (note that npm is the package manager included with Node.js).

cd TransportManager\sys\Server
npm install
node TransportManager.js

####Dependency list

For reference here is the full list of the third party components used:

transportmanager's People

Contributors

antony74 avatar

Watchers

 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.