goktugerol-dev / Rails-Backend-Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A backend service to accelerate development process, the code can be modified according to requirements.

There are two controllers, the active one is set to get data from the database (mysql). The commented one takes data from a json file, it is meant to use for testing the app.

Download, and run

  • bundle install
  • and start running your app. Depends on your local gem files, you may need to install some gems, read the console instructions, it will tell you all you need.

Goktug Erol


  • Run bundle install to install all the gems
  • Run rails db:create to create the database
  • Run rails db:migrate to run any pending database migrations
  • Run rails server to start the Rails server and run the project

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 75.4%Language:HTML 18.3%Language:JavaScript 4.1%Language:CSS 2.3%