Skip to content

The backend for kangaroo hangout built with ruby on rails. Includes a custom module to effectively query the google places api from front end request data. Integration of ActionMailer to send emails to users about invitations and profile creation/deletion ongoing and welcome to any contributions.

Notifications You must be signed in to change notification settings

christiankastner/kangaroo-hangout-backend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kangaroo-Hangout-Backend-API

Flatiron School Module 4 Project Backend by Christian Kastner

Kangaroo Hangout is an app designed to allow users to plan events that contain several activities supplied by the Google Places API. The users can create and login to profiles and create planned events that they want to schedule. Wanna find the closest thai food restaurant to your ballroom dancing class? It's easy with kangaroo hangout

Installation

Run 'bundle install' to install required gems. The additional gem 'pg' for the PostgreSQL was used as well as uncommenting 'rack-cors' from the given gem suite in Rails.

bundle install

Run 'rails db:migrate' in the root directory to create the database locally. Feel free to run 'rails db:seed to get some starter poems'

rails db:migrate
rails db:seed

Don't forget to start up your rails server with 'rails s'

rails s -p 3001

The number trailing the server start call is very important as frontend fetch calls are set to this routing address

Enjoy hanging out and planning your next adventure

Contributing

Contributions are welcome. Feel free to open a pull request or branch from this project. Make it your own!

License

MIT

About

The backend for kangaroo hangout built with ruby on rails. Includes a custom module to effectively query the google places api from front end request data. Integration of ActionMailer to send emails to users about invitations and profile creation/deletion ongoing and welcome to any contributions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published