Code Monkey home page Code Monkey logo

koifly's Introduction

Flight Logging App for Freeflight Pilots

This app is designed for hang gliding and paragliding pilots who want to keep records of their flights.

Features

  • Keep a log of your flights
  • Store information about your flying spots (sites) and gliders
  • See your flights and sites on the map
  • Analyze your progress with app statistics
  • Access from anywhere, on any device

Coming Soon

  • Flight tagging and advanced search
  • More fields, more statistics
  • Data export
  • Offline app

Tech Stack

  • Node, Hapi, Webpack, Babel, React, React Router
  • test setup: Testing Library, Mocha, Chai, Sinon, jsDOM

Hosting your own Koifly

  • git clone this project
  • npm install to download dependencies
  • cp -i src/secrets-sample.js src/secrets.js, then add your database credentials and other app setting to this file.
  • cp -i src/frontend-assets-sample.js src/frontend-assets.js, then add your server side API keys and other configuration.
  • Create MySQL database, then run npm run db_migrate to create DB tables (note: this requires all previous steps to be done)

Run in Development Mode:

  • npm run dev to start Hapi application server
  • npm run webpack in another terminal session to start webpack dev server
  • Keep these terminal sessions open while developing. Hot Module Reloading will pick up your code changes and reload your app.
  • You need to restart the webpack process if you make changes to the webpack configuration.

Simple Production Setup:

  • npm install -g forever globally
  • npm run build to generate frontend bundles
  • npm run forever_start to start the application server

Author

Anastasia Kaplina

[email protected]

License

MIT

koifly's People

Contributors

kaplona avatar juge2 avatar raquo avatar

Stargazers

Zach Bateman avatar  avatar Bernd Zeimetz avatar  avatar Petr Gazarov avatar  avatar

Watchers

 avatar  avatar

Forkers

juge2

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.