Rain or shine, families can have a great time! Tired of the same old places you take your family? Look up places of interest for your children with Let's Go, Kiddo! Get location info, comment on a place and what you thought of it for others to see.
- Built with Ruby on Rails 5.1.4
- PostgreSQL/Active Record
- Bootstrap
- HTML/CSS
- Heroku (app deployment)
- Adobe Illustrator (wireframes)
*FFaker
Splash Page
- A user can view index page
- A user can sign up to use the app or sign in ( stretch goal with Facebook account)*
Profile Page
- A user can view profile along with post they created
- A user can see all posts
- A user can edit their own post
Places Page
- A user can add a new place
- A user can comment about a place. *
- A user can ‘add to’ favorites. *
- A user can see all Places for a city.*
- A user can upload photos for place.*
Note: * Future Feature
-
Make sure you have Ruby on Rails installed. See here for directions if you do not.
-
Clone this github repo
$ git clone [copied repo url] -
Change directory (cd) into the folder
-
Run
$ rails sin another terminal window to start the server. -
Go to
localhost: 3000 -
Run
$ rails db:migrateto build database.
- Front-end design
- ability to add a user photo/avatar.
- email confirmation when a user creates an account.
- change forms to modals.
- Dashboard set up for user. User will be able to see the cities and places they added.
- buttons for social media
- implement Google maps
- implement Foursquare API for places

