Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clementallen/logbook
- Owner: clementallen
- Created: 2016-08-18T14:41:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T15:35:15.000Z (about 5 years ago)
- Last Synced: 2024-10-10T14:17:22.185Z (2 months ago)
- Topics: aviation, flying, gliding, logbook, nodejs
- Language: JavaScript
- Size: 346 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!