tdxius / simple_library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Library

Prerequisites

  • Install Git
  • Install Docker
  • Install cmake

Quick start:

  • git clone https://github.com/tdx996/simple_library.git

  • cd simple_library/

  • cp example.env .env

  • Edit DEFAULT_EMAIL and DEFAULT_PASSWORD in .env. They will be set as your log in credentials.

  • make run

  • Open a new tab in the same folder, run make matrix and bundle exec rails db:create && bundle exec rails db:migrate

  • Visit http://localhost:3000 and login with the credentials from .env

About


Languages

Language:Ruby 70.6%Language:HTML 22.6%Language:CSS 4.6%Language:JavaScript 1.0%Language:Shell 0.5%Language:Makefile 0.4%Language:Dockerfile 0.4%