Giter VIP home page Giter VIP logo

pace's Introduction

pace

Pace is a registration and management application for running events and competitions.

Build Status

Features

The list of our issues/features can be found on our trello board.

Demo

You can check out the latest version of the app on heroku: https://dev-pace.herokuapp.com/

Dev Setup

Pace is currently based on express.js and node, therefore you will need both on your machine. It also uses Vagrant for the database.

  • To install Vagrant, go here. Or if you have brew cask on your machine, just do the following: brew cask install vagrant.
  • To install node, go either to https://nodejs.org/ or if you are using a mac & brew use the following command: brew install node.
  • To get all the other dependencies and be able to start pace locally, just navigate to the pace folder and run: npm install && gulp dev-setup

To look at the db in your terminal, just connect to the vagrant box (from the postgres directory) via vagrant ssh and type psql.

Starting

Just run gulp and open http://localhost:3000 in your browser.

Running tests

For unit tests: gulp test

For integration tests: gulp create-db test-integration (and if your dev DB is already set up: gulp test-integration):

For functional tests: gulp test-functional

Running jshint

Here you go: gulp lint

More info

If you would like to contribute, we have also few blog post explaining our technical choices and setup:

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.