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.
- Clone this repo
cd
into the backend directorybundle
to install the required gemsrails db:migrate
to create the tablesrails db:seed
to get all the datarails s
to start the servercd
into the frontend directory and usenpm start
to run the frontend
This program is available as open source under the terms of the MIT License
Pull Requests are welcome on GitHub.