Skip to content

taoliu12/artgallery-react-rails

Repository files navigation

Art Gallery

The project is a react app website for an art gallery or museum. It allows users to browser images and events.

Installation Instructions

Setup Rails API backend

Clone this repo, and then navigate to the repo directory in your terminal.

Run bundle install to install all gem dependencies.

Run all rake migrations with rake db:create, rake db:migrate, and rake db:seed

Start up a rails server on port 3001: rails s -p 3001

Setup React server frontend

Change directories into client folder: cd client

Run npm install to install all package dependencies

Start up React server and enjoy the app! npm start

Contributing

Bug reports and pull requests are welcome on GitHub. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

Under this license, you are required to give appropriate credit to the original authors of the code when you distribute it. This means you must provide proper attribution to the project and its contributors.

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

About

React Image Gallery with Rails Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published