GithubHelp home page GithubHelp logo

grace-shopper's Introduction

ShoeLaLa

ShoeLaLa is an e-commerce web app built with React, Redux, and PostgreSQL. The deployed version at https://cram-inc.herokuapp.com/

Getting Started

Clone the repository.

git clone https://github.com/cram-inc/grace-shopper

Install project dependencies. Make sure you have Node installed for this step.

npm install

Seed a local database with mock products, orders, and users. Make sure you have PostgreSQL installed for this step.

npm run seed

To start the application, run the following command and then navigate to localhost:8080 in your browser.

npm run start-dev

To sign up using Google OAuth, register with Google’s API service. Then, create a local secrets.js file and populate it with the following:

process.env.GOOGLE_CALLBACK = '/auth/google/callback'
process.env.GOOGLE_CLIENT_ID = YOUR_CLIENT_ID
process.env.GOOGLE_CLIENT_SECRET = YOUR_CLIENT_SECRET

Features

ShoeLaLa offers a full e-commerce experience with the following functionality:

  • Sign up
  • Log in
  • Browse all products
  • Filter products by brand
  • View details of a single product
  • Add to cart
  • Checkout

grace-shopper's People

Contributors

tmkelly28 avatar glebec avatar ganymede30 avatar akilgrant93 avatar richfsa avatar geoffbass avatar collin avatar fterdal avatar avillr avatar sethfork avatar b17z avatar luigilegion avatar dakotablair avatar dependabot[bot] avatar khumphrey avatar queerviolet avatar omriackley avatar richmcateer avatar connieelee avatar dadewoyin avatar dpatlut avatar knxyzkn avatar short-matthew-f avatar rinaldo avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.