Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 787 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 787 Bytes

Ruby on Rails Blog!

Deploy the Project

Clone the repo to your local machine using the terminal:

$ git clone [email protected]: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