Skip to content

A blog application using Ruby on Rails. Allows for creating posts and commenting. Authenticated using Supabase.

Notifications You must be signed in to change notification settings

andrewbaldwin44/Ruby_on_Rails_Blog

Repository files navigation

Ruby on Rails Blog!

Deploy the Project

Clone the repo to your local machine using the terminal:

$ git clone git@github.com:andrewbaldwin44/Ruby_on_Rails_Blog.git

Deploy the Development Server:

  1. Install the dependencies: bundle install
  2. Set the required credentials: rails credentials:edit
  3. Start guard: bundle exec guard
  4. Start the development server: ./bin/dev

This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

Technologies Used

  • Ruby
  • Ruby On Rails
  • TailwindCSS
  • Postgresql Database (Supabase)
  • Supabase Auth

Author

👤 Andrew Baldwin

About

A blog application using Ruby on Rails. Allows for creating posts and commenting. Authenticated using Supabase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published