ownadi / cc-insta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCIinsta

Development

Clone the repo. Copy and fill .env file:

cp .env.example .env

Run the application:

docker-compose up --build

Create database:

docker-compose exec website rails db:create db:migrate
docker-compose exec website rails db:create db:migrate RAILS_ENV=test

Ensure specs are green:

docker-compose exec website rspec

And you are ready to go :)

Demo

http://194.28.50.95:3000/

About


Languages

Language:Ruby 77.1%Language:HTML 11.9%Language:JavaScript 6.4%Language:CSS 4.6%