These are some of the Krama products that are back end which only display APIs .
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
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.
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
- 0.0.1
- Work in progress
- Rizal Fahmi rhizall.00@gmail.com
- Fadli ramadhan fadlir93@gmail.com
- Eko Satria mr.eko.satria@gmail.com
- Husnul Fadhilah fadhilah.acsl@gmail.com
- Miftah Muhajirin D miftahmuhajir@gmail.com