Skip to content

フィヨルドブートキャンプRuby課題 Sinatra

License

Notifications You must be signed in to change notification settings

keiz1213/sinatra_memo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinatra_memo_app

Sinatra_memo_app is an application that helps you manage your schedule.

DEMO

My_Memo

美容室予約

8月30日の晩ごはん

Requirement

  • Ruby 3.0.0
  • puma 5.4.0
  • sinatra 2.2.0
  • PostgreSQL 13.3

Installation

PostgreSQL

$ brew install postgresql
$ pg_ctl -D /usr/local/var/postgres start

bundler

$ gem install bundler

clone&execution(for reviewer)

$ git clone https://github.com/keiz1213/sinatra_memo_app.git
$ cd sinatra_memo_app
$ git fetch origin pull/2/head:database
$ git checkout database
$ bundle install --path vendor/bundle
$ bundle exec ruby app.rb

browser

Please enter in the address bar of your browser.

My_Memo

Usage

Create new memo

My_Memo

New_Memo

Detail

My_Memo

美容室予約

Edit memo

美容室予約

美容室予約

美容室予約

Delete memo

美容室予約

Note

This application is the task of fjordbootcamp.

About

フィヨルドブートキャンプRuby課題 Sinatra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published