Sinatra_memo_app is an application that helps you manage your schedule.
- Ruby 3.0.0
- puma 5.4.0
- sinatra 2.2.0
- PostgreSQL 13.3
$ brew install postgresql
$ pg_ctl -D /usr/local/var/postgres start
$ gem install bundler
$ 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
Please enter in the address bar of your browser.
This application is the task of fjordbootcamp.