https://github.com/clementallen/logbook
Node based glider logbook system
https://github.com/clementallen/logbook
aviation flying gliding logbook nodejs
Last synced: 25 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T15:35:15.000Z (over 6 years ago)
- Last Synced: 2025-02-05T06:44:00.221Z (over 1 year 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
[](https://david-dm.org/clementallen/logbook)
[](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!