Krama Back-end

These are some of the Krama products that are back end which only display APIs .

license

Entity Relationship Diagram Krama

Installation

Ruby On Rails:

cd
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL

git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
exec $SHELL

rbenv install 2.5.3
rbenv global 2.5.3
ruby -v

PostgreSQL:

  • Mac
brew install postgresql
  • Linux
sudo apt-get update
sudo apt-get install postgresql postgresql-contrib

Usage APIs

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

For more examples and usage, please refer to the APIs.

Development setup

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

bundler install
rails db:create
rails db:migrate
rails server

Release History

  • 0.0.1
    • Work in progress

Team Member Back-End