Coder Social home page Coder Social logo

zhirschtritt / sbk-scheduler Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 3.38 MB

๐Ÿšฒ Somerville Bike Kitchen ๐Ÿšฒ scheduling app

Home Page: https://schedule.somervillebikekitchen.org/

License: MIT License

JavaScript 14.22% Vue 24.69% HTML 14.41% Dockerfile 0.28% TypeScript 46.40%

sbk-scheduler's Introduction

sbk-schedule

Production build deployed at schedule.somervillebikekitchen.org ๐Ÿ™Œ

About

Built for the Somerville Bike Kitchen, a volunteer-run bike repair space in Davis Square, Somerville, MA.

Features:

Developing

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/sbk-schedule/server; npm install
    cd path/to/sbk-schedule/client; npm install
    
  3. Start server and client separately

    cd path/to/sbk-schedule/server; npm start
    cd path/to/sbk-schedule/client; npm start
    

Deploying

Deployed via multi-stage Dockerfile in root directory.

  1. TODO: deploy via CI.
  2. Currently:
    cd path/to/sbk-schedule; now --public
    now alias <RANDOM URL> <URL YOU WANT>
    

Scaffolding Feathers Server

Feathers has a powerful command line interface. Here are a few things it can do:

$ npm install -g @feathersjs/cli          # Install Feathers CLI

$ feathers generate service               # Generate a new Service
$ feathers generate hook                  # Generate a new Hook
$ feathers generate model                 # Generate a new Model
$ feathers help                           # Show all commands

License

Copyright (c) 2018

Licensed under the MIT license.

sbk-scheduler's People

Contributors

zhirschtritt avatar z-hirschtritt avatar

Stargazers

Ace Young avatar  avatar

Watchers

James Cloos avatar Jonathan Rosenbaum 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.