https://github.com/emcousin/pkp
Web platform to attend parkour classes in Paris with the Parkour Paris association
https://github.com/emcousin/pkp
paris parkour
Last synced: 7 days ago
JSON representation
Web platform to attend parkour classes in Paris with the Parkour Paris association
- Host: GitHub
- URL: https://github.com/emcousin/pkp
- Owner: EmCousin
- Created: 2018-08-08T12:21:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-29T10:47:17.000Z (16 days ago)
- Last Synced: 2025-09-29T12:30:30.708Z (16 days ago)
- Topics: paris, parkour
- Language: HTML
- Homepage: https://inscriptions.parkourparis.fr
- Size: 4.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/EmCousin/pkp/actions/workflows/rspec.yml)
[](https://github.com/EmCousin/pkp/actions/workflows/rubocop.yml)
[](https://github.com/EmCousin/pkp/actions/workflows/brakeman.yml)
[](https://github.com/EmCousin/pkp/issues)
[](https://codeclimate.com/github/EmCousin/pkp/maintainability)# README
## Description
Back-Office interface for [Parkour Paris](https://inscriptions.parkourparis.fr)
## Prerequisites
* [Ruby](https://www.ruby-lang.org/en/documentation/installation/) 2.6.3 or later
* [Node](https://nodejs.org/en/download/) 10 or later
* [PostgreSQL](https://www.postgresql.org/download/) 9.4 or later
* [Yarn](https://classic.yarnpkg.com/en/docs/install/)
* [Foreman](https://github.com/ddollar/foreman)## Installation
* Clone with Git
* run `gem install bundler && bundle install`
* run `rake db:create`
* run `rake db:migrate`
* run `rake db:seed`
* Run `yarn install`## Booting
* Run `bin/dev`## Running tests
* Run `rspec`