Skip to content

pochkuntaras/api-stories

Repository files navigation

API Stories

The API for simple application for saving your stories written on Ruby on Rails.

Installation

It's preferable that you'll use RVM for managing gems and ruby versions.

Go to project directory and install appropriate version of ruby and create gemset for the project as described in .ruby-version and .ruby-gemset files.

Install gems by running:

bundle install

Copy master.key.example as master.key and configure them.

Editing ENV

For edit ENV variables you should run:

EDITOR="vim" rails credentials:edit

Create database:

rails db:create db:schema:load

Seed database with test data:

rake db:seed

Start your server:

rails server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published