Hello Backend

Microverse

Built With

  • Ruby on Rails
  • PostgreSQL
  • CSS

Front end repo

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

  • Make sure you have Ruby on Rails set up properly on your computer
  • Clone or download this repo on your machine
  • Enter project directory

Install

bundle install

Database

# Create user
sudo -u postgres createuser recipe_app -s

# Create the database
rails db:create

## Apply migration
rails db:migrate

# Load the schema
rails db:schema:load

Run

rails s

Test

rspec specs

.env

GMAIL_USERNAME=your_email@example.com
GMAIL_PASSWORD=password

Authors

👤 Caleb Moses

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse