Coder Social home page Coder Social logo

memowise's Introduction

Stories in Ready

Memowise

Memowise is an awesome flash card app!

Team

  • Product Owner: Alex Wong
  • Scrum Master: Matt Vargeson
  • Development Team Members: Peter Chim, David Valles

Table of Contents

  1. Getting Started
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Load Sample Data
    3. Tasks
  4. Team
  5. Contributing

Getting Started

Install Dependencies

From within the root directory:

npm install

Build

This builds the production version to dist/.

Specify your environment variables for the appropriate scripts in package.json.

$ npm run build

Run

$ npm run server-prod

Open application to the host you specified in package.json.

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

From within the root directory:

npm install

Load Sample Data

From within the root directory:

npm run import math.md

Deck file (math.md) MUST be within documentation/decks/ directory

npm run import:all

Import all decks in document/decks/ directory, be careful, it still imports if deck already exists in database.

Tasks

build

$ npm run build

Builds the entire application to dist/. See package.json to set environment variables.

server-prod

$ npm run server-prod

Starts the server in production mode. See package.json to set environment variables.

watch-server

$ npm run watch-server 

Builds and watches server files for changes. Builds to dev/.

watch-client

$ npm run watch-client

Builds and watches client files for changes. Builds to dev/.

run server (development)

$ npm run server-dev

Starts the server in development mode (runs from localhost:3000).

test

$ npm run test

Runs unit tests and coverage report. Ensure mongod and the application is built and the server is running.

coverage

$ npm run coverage

Opens code coverage report in browser.

Roadmap

Stories in Ready

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

memowise's People

Contributors

dtjv avatar pchim avatar mvargeson avatar chantlong avatar waffle-iron avatar

Watchers

James Cloos 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.