Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 804 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 804 Bytes

Petgram

Petgram is a React, Redux, Rails API where you can sign up and login, add photos of your pet and can comment to other posts as well. This app was developed as a portfolio project for Flatiron School's Online Software Engineering Program.

Installation

  • Clone this repo
  • cd into the backend directory
  • bundle to install the required gems
  • rails db:migrate to create the tables
  • rails db:seed to get all the data
  • rails s to start the server
  • cd into the frontend directory and use npm start to run the frontend

License

This program is available as open source under the terms of the MIT License

Collaborating

Pull Requests are welcome on GitHub.