Skip to content

Files

Latest commit

5b148d8 · Mar 11, 2021

History

History
75 lines (50 loc) · 1.78 KB

README.md

File metadata and controls

75 lines (50 loc) · 1.78 KB

Study on Rails

Table of Contents

About

A simple Rails app that helps you manage your studies, similar to this CLI project.

Getting Started

Prerequisites

  • ruby 2.7.1

Installing

Clone this repo locally and run the setup script:

$ git clone https://github.com/librity/campus_code_study_diary
$ cd campus_code_study_diary
$ bin/setup

Migrate and seed the database:

$ bundle exec rails db:migrate
$ bundle exec rails db:seed

If everythig installed correctly, start the development server with:

$ bundle exec rails server

And open http://localhost:3000 on your browser.

Usage

You will be able to create, read, update and destroy Study Items from the interface. All data is persisted in an SQLite3 database.

Routes

Docs

Resources