Skip to content

A simple Rails app to help you manage your studies.

Notifications You must be signed in to change notification settings

librity/cc_study_on_rails

Repository files navigation

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

About

A simple Rails app to help you manage your studies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published