Skip to content

rksazid/Ajax-Datatable-demo-Rails-5

Repository files navigation

Project

Ajax Datatable demo Rails 5

ruby: 2.7.1
rails: 5.2.4.4

Install

Clone the repository

git clone https://github.com/rksazid/Ajax-Datatable-demo-Rails-5.git
cd Ajax-Datatable-demo-Rails-5

Check your Ruby version

ruby -v

The ouput should start with something like ruby 2.7.1

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 2.7.1

Install dependencies

Using Bundler

bundle install

Set environment variables

See config/env.sample and copy the file with name .env and fill-up the required data

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published