Rails Capstone App app is a Ruby on Rails application that keeps track of all your entity and group.
https://tomb-stone.herokuapp.com/users/sign_in
git clone https://github.com/ger619/rails-capstone.git
- cd rails-capstone
- rails s
- Ruby 3.1.2 on Rails 7.0.3.1
- PostgreSQL
Vscode or RubyMine Setup
Ruby
Rails
PostgreSql
# Sign into posgresql
su - postgres
# Create user
create user 'user_name' with encrypted password 'mypassword'
# Load the schema
rails db:schema:load
#----- If you want prefer this approach
# Create the database
rake db:create
# Create database Migration
rails db:migrate
bundle install
rails s
bundle install
rspec
👤 AbolGer
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Original design idea by Gregoire Vella on Behance. The Creative Commons license of the design requires that you give appropriate credit to the author.
Give a ⭐️ if you like this project!
This project is MIT licensed.