Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clementallen/logbook

Node based glider logbook system
https://github.com/clementallen/logbook

aviation flying gliding logbook nodejs

Last synced: 11 days ago
JSON representation

Node based glider logbook system

Awesome Lists containing this project

README

        

# Logbook

[![Dependency Status](https://david-dm.org/clementallen/logbook.svg)](https://david-dm.org/clementallen/logbook)
[![devDependency Status](https://david-dm.org/clementallen/logbook/dev-status.svg)](https://david-dm.org/clementallen/logbook#info=devDependencies)

## Quick start guide

* Install [NodeJS](https://nodejs.org/en/download/)
* Install [MongoDB](https://www.mongodb.org/downloads)
* Install [GulpJS](http://gulpjs.com/)
* Checkout the repository to your computer
* Copy `config/sample.config.js` to `config/config.js` and populate the required fields
* Run `npm install` within the repo directory
* Run `gulp deploy` to build the static assets
* Run `node bin/www` to start the server
* Navigate to `localhost:3007` in your browser and you should see the website!