New Art City!, an information gathering application for art lovers/casual enthusiasts to browse and bookmark current art exhibitions in NYC.
Check out the hosted project on Heroku: https://new-art-city.herokuapp.com/
https://drive.google.com/file/d/1LNDjMwa7zMj-zvyjvWM3HTqTp4oGObOI/view
-
User can filter art exhibits by multiple media categories.
-
User can view art exhibits by location on Google Maps.
-
User can bookmark art exhibits to their profile.
-
User can plan their visit to their bookmarked exhibits using the calendar, which takes in a range of dates and filters exhibits happening during the date range.
- React
- Google Maps
react-google-maps
- Calendar
react-day-picker
- Ruby
- Rails API utilizing Active Model Serializers
- Sqlite3 Database using ActiveRecord
https://github.com/scarlettperry/backend-new-art-city
- Run
bundle install
- Run
rake db:create
- Run
rake db:migrate
- Run
rake db:seed
- Run
rails s -p 3000
- Run
npm install
- Run
npm start
Scarlett Perry
Big thank you to Prince Wilson, Tony Lam & Eric Kim