vinicius-vph / codeplay-treinadev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Codeplay

This is an amazing course platform made with Ruby on Rails.

⚠️ The application and documentation is being built ⚠️

⚠️ You can to see details and progress in Codeplay Progress ⚠️


Some application screens

codeplay_desktop codeplay_mobile

For run this project is necessary to have:

Tools Version
Ruby 3.0.0
Rails 6.1.3
Database Version
Sqlite3 1.4


For use this project, in your terminal run this commands


For this step is necessary use a valid ssh key, you can see more informations Here


Clone the project

git@github.com:vinicius-vph/codeplay-treinadev.git

Access the project directory

cd codeplay-treinadev

Install ruby and rails dependencies

bundle install

Install js dependencies

yarn install

If necessary create tables in database manually

rails db:migrate

Run the project local

rails s

Open in your browser the address http://localhost:3000

About


Languages

Language:Ruby 64.6%Language:HTML 32.4%Language:JavaScript 1.9%Language:CSS 1.1%