Skip to content

lhaykus/belle-ljru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skincarebanenr

Belle L'JaRu Skincare

URL of Heroku Deployed Application: https://desolate-hamlet-45640.herokuapp.com/

URL of Github Repository: https://github.com/jazcr/belle-ljru

Table of Contents

Description

Welcome to Belle L'JaRu, the best skincare e-commerce store around! This MERN full-stack application allows users to shop best-selling, top-grade skincare products, create personal accounts, save purchase history and buy products using Stripe! Our personalized mutliple choice quiz allows users to find out what skin type they may have and gives a recommended routine with products for users to follow! Our motto is to love the skin you're in and our goal is to make everyone feel beautiful and confident in their own skin!

View

  • Walkthrough of store products, logging in and purchasing items using Stripe! appwalkthrough

  • Skin type quiz and routine pages quiz

  • Order History page orderhistory

Installation

To start using this Belle L'JaRu Skincare Store application you must follow these instructions:

  • Fork and clone this repository and save it to your computer. For help how to fork and clone click here

  • Download Robo3T to test your database To download Robo3T click here

  • Open your terminal and make sure node.js is installed. To download node.js click here

  • Run command npm i to install all the dependencies in this repository.

  • After all dependecies have been installed, run seeds to seed and obtain the database for the store npm run seed

  • Start the server, run npm run develop to start your front end and back end server. Once servers are running the application will run in http://localhost:3000/

Built With

  • React.js- A JavaScript Library used for building user interfaces.
  • Express- A Node.js web application server framework used to build web applications.
  • Node.js - An open-source, low-level, back-end JavaScript runtime platform that uses asynchronous programming and is a popular tool for almost any kind of project!
  • Apollo-Server-Express - An open-source GraphQL server that works with Node.js.
  • MongoDB- A popular NoSQL database management program.
  • GraphQL - A query language for APIs.
  • Stripe - A JavaScript library for taking payments
  • Material-UI - A React styling library to create responsive and amazing designs for you webpage
  • React-Parallax - A fun background component that allows users to create interesting scrolling background effects for their webpage

Credits

  • React Multiple Choice Quiz tutorial
  • Reference for routine cards

Contributors

Jasmine Rudolph

Loryn Haykus

Rubidia Rubio

License

badge

Copyright 2021 Licensed under the MIT License

All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • CSS 3.4%
  • HTML 1.3%