Giter VIP home page Giter VIP logo

skibuddy-backend's Introduction

SkiBuddy

SkiBuddy uses a React frontend and a Rails backend.

SkiBuddy helps you quickly check real-time and forecast weather conditions and browse an interactive trail map at most, if not all, ski resorts in the United States.

Details

This is a straightforward Rails RESTful API backend using a PostgreSQL database. To set it up, simply create the database and run the migrations.

Note: there are some non-RESTful routes that handle connecting the frontend with third-party APIs.

The model relationships are as follows:

SkiBuddy Models

Environment Variables & Third-Party APIs

Three environment variables will need to be configured in order to make the third-party APIs work and provide some of the core functionality of SkiBuddy.

JWT

User authentication is done using JSON Web Tokens. A JWT secret must be provided as a local environment variable with the name JWTSECRET for the current auth controller configurations to work.

Dark Sky API

Weather information is dependent on the Dark Sky API. A Dark SKY API key must be provided with the name DARKSKYKEY.

Google Places & Geolocation API

Both the Google Places and the Google Geolocation API are used in this app. One API key should work for both, and will need to be retrieved from the Google Developer Console. The environment variable should have the name GOOGLEMAPSKEY.

skibuddy-backend's People

Contributors

imanj12 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.