/first-rails-app

The first rails project for the Ruby on Rails and React Bootcamp.

Primary LanguageRuby

README

The first project for the Ruby on Rails and React Bootcamp.

Table of contents

Getting Started

To get a local copy follow these steps:

Prerequisites

  • Ruby 2.7.3

  • Rails 6.1.6

  • PostgreSQL

  • Clone the repo git clone https://github.com/AlexRFarnes/first-rails-app.git

  • Once you have the copy, run the following commands inside the directory:

    1. Run bundle install in order to install all the project gems
    2. Set up the username and password in the config/database.yml
    3. Run the following commands to create the databases, run the initial migrations and run the the seeds
    4. Start the application with the command rails server or the shortcut rails s
    5. Go to your local host http://127.0.0.1:3000

General info

A CRUD app made with Ruby on rails. It has two tables for products and books.

Screenshots

Screenshot 2022-05-30 at 12-27-11 ProductsApp Screenshot 2022-05-30 at 12-27-43 ProductsApp

Built with

  • Ruby 2.7.6
  • Rails 6.1.6
  • PostgreSQL 14.3

Contact