rlattanz1 / Ballaway-Clone

Ballaway fullstack project
0 stars 0 forks source link

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  1. User Authentification for secure login user Experience

secure user login

secure user login

secure user logout

  1. Review create, update, and delete ability specific to each user for the products they like or don't like

creating a review

updating a review

seeing product reviews

  1. Shopping Cart specific to each user that allows each user to add, update quantity, or delete products they want or don't want

utilizing a cart

  1. Categories browsing and Search bar browsing for specific products

utillizing a categories filter

utilizing a search bar utillizing a categories filter

  1. Clone the repository: git clone https://github.com/rlattanz1/Ballaway-Clone

  2. Install the required dependencies: cd Ballaway bundle install npm install

  3. Set up the database: rails db:create rails db:migrate rails db:seed

  4. Start the Rails server: rails s

  5. Open a new terminal window and start the React development server: cd frontend npm install npm start

  6. Visit http://localhost:3000 in your browser to explore the app locally.