Skip to content

koki-73/rails7_sample

Repository files navigation

README

Getting Started

  1. run bundle install
$ bundle install
  1. create postgreSQL user
$ createuser rails7_sample --superuser
  1. create database
$ RAILS_ENV=development bundle exec rails db:create
$ bundle exec ridgepole -c config/database.yml -E development --apply -f db/schemas/Schemafile
  1. build frontend
$ yarn install
$ yarn build
  1. Let's access to top page

run below command and go to http://localhost:3000

$ bundle exec rails server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published