/rails5

Primary LanguageRuby

#Rails E2 Project

Steps to setup this project on your local are:

  • Clone/Download this project.
  • Run bundle install --local command to install all the gems in vendor/cache folder.
  • Copy all *.yml.sample files in config folder and rename them as *.yml in the same folder.
  • Create, migrate and seed the database.
  • Run rake swagger:docs command to generate the API Documentation.
  • Start the server and hit the home page.