jpgnotgif / micro-semantics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantics3 API code simulation

Requirements

  1. Ruby version = 2.4
  2. Rails version = 5.0.2

How to start the application

  1. Run bundler
bundle install
  1. Create necessary databases
bundle exec rake db:create:all
  1. Run migrations
bundle exec rake db:migrate
  1. Create .env file for storing Semantics3 API keys
echo "API_KEY=<YOUR_API_KEY_HERE>\nAPI_SECRET=<YOUR_API_SECRET_HERE>" >> .env
  1. Run the server
bundle exec rails s

About


Languages

Language:Ruby 77.5%Language:HTML 15.3%Language:CSS 4.7%Language:JavaScript 1.8%Language:CoffeeScript 0.8%