Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.92 KB

README.md

File metadata and controls

65 lines (51 loc) · 1.92 KB

[Helping Hand](Back-end / API)

Welcome to our Application!

Currently we two apps that are connected to each other. The visitors interface and of course the API.

The MVP product

The MVP product will include a way for a visitor to:

  • Users can register and login
  • User can create a help request
  • User can claim help requests
  • User can see his profile
  • Users can use Google maps with different functionalities.

Authors

| Jaime | Robin | Carlos | Pierre | Janko | Blake |

Built with

  • Rails v6.0.2
  • Ruby v2.5.1

Testing framework

  • RSpec

Launched using

  • Heroku

Dependencies

  • Rails
  • RSpec
  • Postgree
  • pry-rails
  • pry-byebug
  • Coveralls
  • Factory Bot
  • Shoulda-Matchers
  • Rack-cors
  • Active_model_serializers
  • Devise_token_auth

Setup

Due to the use of encrypted credentials this Repo can not be cloned. However if you own a google maps api key do the following:

  • Clone this repository and set up the Client.
  • Run the following commands:
  • bundle install
  • rails s
  • and remember to start the Frontend application! (yarn start)

Updates / Improvements

  • Adding Swish.
  • Using BankID for bankID.
  • Cooperation with ICA's and other grocery stores API's.

License

MIT-license

Acknowledgements