Git Product home page Git Product logo

bring_a_jacket's Introduction

Contributors Forks Stargazers Issues


Logo

Bring A Jacket

Mod 3 Final Project
· Report Bug · Request Feature


Table of Contents
  1. About The Project
  2. Getting Started
  3. Database Tables
  4. Requests and Responses
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Bring a Jacket is a road trip planning application that will allow users to see the current weather as well as the forecasted weather at the destination. This project was made as part of the Module 3 curriculum for the Turing School of Software and Design. This version is currently only the backend of the project.

The learning goals of this project are as follows:

  • Expose an API that aggregates data from multiple external APIs
  • Expose an API that requires an authentication token
  • Expose an API for CRUD functionality
  • Determine completion criteria based on the needs of other developers
  • Test both API consumption and exposure, making use of at least one mocking tool (VCR, Webmock, etc).

This project uses the following technology stack:

  • Ruby 3.1.1
  • Rails 7.0.4
  • PostgreSQL as the database for Active Record
  • Puma web server
  • bcrypt for password security
  • Faraday for making HTTP requests
  • Bootsnap for caching to reduce boot times
  • Figaro for managing application configuration
  • JSON API Serializer for generating JSON responses

Additionally, the project uses several gems for development and testing, such as Capybara, RSpec, Faker, and Shoulda Matchers.

Back to top

Built With

RailsPostgreSQLPumabcryptFaradayFigaroJSON-SerializerCapybaraRSpecFakerShoulda-MatchersVCRWeb-mock

Back to top



Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them. You must have the following software installed on your system:


Installation

  1. Clone the repo
    git clone [email protected]:brad-dunlap/bring_a_jacket.git
  2. Install dependencies
    bundle install
  3. Configure the database by running rails db:setup:
    rails db:setup
  4. Start the server by running rails server:
    rails server
  5. Visit http://localhost:3000 in your web browser to confirm that the app is running or use an application such as Postman to make your API calls to check the appropriate responses.

Back to top

Database Tables


Users:

Users_table

See the open issues for a full list of proposed features (and known issues).

Back to top

Requests and Responses


Weather Requests weather_request weather_response

Registration Requests

registration

Login Requests

login

RoadTrip Requests

roadtrip_request roadtrip_response

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Back to top

Contact

Profile

Bradley Dunlap
Github: brad-dunlap

Back to top

Project Manager

  • Mike Dao and Abdul Redd (instructor team)

Back to top

Acknowledgments

Back to top

bring_a_jacket's People

Contributors

brad-dunlap avatar

Watchers

 avatar

Forkers

moxiemax

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.