Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 692 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 692 Bytes

CODE-Gaming-Organisation

Vidya is a eventmanagment platform for gamers by gamers.

First Steps

To work on the project on a local machine use git clone

Prerequisites

What things you need to install Vidya and how to install them

Ruby (recommended version 2.6.1) 
Ruby on Rails (v. 5.1.6 )
PostgreSQL 
Bundler (version 2 or higher)

Installation

Go into the cloned local folder of the repositiory

cd myDocuments/CODE-Gaming-Organisation

Install all required dependencies

bundle install

Run Migrations to setup the schema

rails db:migrate or rake db:migrate (both should be possible)

That's all! Run the server with rails s