Anthony-Mendola / Wellness-Shop

Wellness Shop is a web app that allows you to purchase health products online. React/Redux frontend with a Rails API backend.

Home Page:https://wellness-shop.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wellness Shop

React-Redux application with a Rails API backend. Uses Semantic UI for styling.

Usage

To use this application, clone the repository and

(1) run npm --prefix ./client/ install ./client/

To install all dependencies for the React/Redux frontend application. Alternatively, cd into client folder and run npm install.

(2) cd into Wellness-Shop folder & run bundle

Installs ruby dependencies from the gem file.

(3) run rails db:migrate db:seed

Creates the schema and seeds the API database with shop items.

(4) run rake start

Boots the client application and API server via Foreman.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Anthony-Mendola/Wellness-Shop. 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 application is available as open source under the terms of the [MIT License]

About

Wellness Shop is a web app that allows you to purchase health products online. React/Redux frontend with a Rails API backend.

https://wellness-shop.herokuapp.com/

License:MIT License


Languages

Language:Ruby 53.2%Language:JavaScript 42.6%Language:HTML 2.2%Language:CSS 2.0%