Visit the site at: https://localartfinder.herokuapp.com/
This is an app created to help you discover local artists by displaying their art work, the galleries you can view their work at, and events being held near your location.
-
Install Rails at the command prompt if you haven't yet:
$ gem install rails -
Clone this repository to your computer.
-
Navigate to the application directory in the command prompt.
-
Once you are in the directory type:
$ bundleThen:
$ rake db:migrate -
Then, you will need to run the rails server while still within the app directory:
$ rails s -
Open your browser and within the address bar type:
localhost:3000 -
Enjoy our app!
Team 404_brain_not_found:
Bri Kutauskas- https://github.com/BriKutauskas
Matthieu Tripoli- https://github.com/tieum27
Sandro Hallado- https://github.com/shallado
Garrett Hughes- https://github.com/GarrettJMU
Mark Cento- https://github.com/Markcento
This project is licensed under the MIT License - see the LICENSE.md file for details
Hat tip to anyone who's code was used.
Thanks to LEARN Academy for getting us to the point where we can make a project like this.