Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Kyrremann/CiberSquash

 
 

Repository files navigation

Ciber Squash

A simple site for registration who is going to play squash.

Development locally

Run a Docker container with postgres:

docker run --name postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=cibersquash -p 5432:5432 -d postgres:latest

If you already have a container running, you can add a new database with the following command:

docker exec -it postgres psql -U postgres -c "CREATE DATABASE cibersquash"

Then install Ruby-2.5.1 and install Gem's with `bundle install'.

Start the app with foreman start.

About

A simple site for registration who is going to play squash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.8%
  • Ruby 3.1%
  • HTML 2.9%
  • CSS 1.2%