/craft-frontend

A React/Redux web app for locating and reviewing breweries based on the users geolocation.

Primary LanguageJavaScript

CRAFT-frontend

Welcome and thank you for using CRAFT! A React/Redux web app for locating and reviewing breweries based on the users geolocation.

Getting Started

To run this webapp locally, you will need to fork the backend repo and the frontend repo. Once you have it downloaded and opened in a text editor like VSCode or Atom, you will need to install all the necessary gems to run CRAFT.

NOTE: This app uses PostgreSQL for the database so you will need to have that running before you run the backend. Once you have the DB and backend running you can start the frontend.

To start the frontend run:

$ yarn start

This frontend was built with

React

Contributing

Bug reports and pull requests are welcome on GitHub at CRAFT-FRONTEND. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the CRAFT project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Author

Blog Post

How to structure a Post request using Fetch, CSRF tokens, Rails API Backend and React Frontend.