Code Monkey home page Code Monkey logo

ccc_music_emporium's Introduction


Logo

CCC Music Emporium

An E-commerce project for music shopping solution!
Explore the docs »

About The Project

Welcome to CCC Music Emporium, an e-commerce platform for buying and renting musical instruments. This project was created by Can, Cody, and Chang in just 2 weeks.

Features

  • Rent instruments for a specified duration and return them after use.
  • Browse and purchase a wide range of musical instruments such as guitars, drums, keyboards, and more.
  • User authentication for secure login and registration.
  • User profile section to track order history, saved items, and manage account information.
  • Shopping cart to manage your purchases and rentals.
  • Search functionality to easily find your desired products.
  • Filter options to narrow down your search based on various criteria such as price, brand, and instrument type.

Home page Screen Shot About Us Screen Shot

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • React
  • TailwindCSS
  • Redux
  • React Router
  • NodeJS
  • Express.js
  • Postgres
  • JWT

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

This is an example of how to install and run the application local.

  1. Clone the repository

    git clone https://github.com/changLiCoding/ccc_music_emporium.git ccc_music_emporium
  2. Install NPM packages

    npm install
  3. NPM packages for React

    cd client & npm install
  4. NPM packages for server

     cd server & npm install
  5. Reset database to get all seeds

      npm run db:reset
  6. Create new .env file inside of server folder

      cd server & touch .env
  7. Fill out all variables in .env.example file. And copy everything filled out to .env file

      DB_HOST=localhost
      DB_USER=
      DB_PASS=
      DB_NAME=
      # Uncomment and set to true for Heroku
      DB_SSL=true if heroku
      DB_PORT=5432
    
      PORT=8080
    
      STRIPE_PUBLISHABLE_KEY=
      STRIPE_SECRET_KEY=
    
      JWT_SECRET=
  8. Run the application in the root folder to run both React and Express:

     npm run dev

(back to top)

Roadmap

  • Add sign up and sign in
  • Add home page with category
  • Build backend routes and database query, schema and seeds
  • Add simple routes that React can communicate with get and post request to simple route in server
  • Add products page in React that products card would display on categories page
  • Add cart functionility that click add to cart, cart object will be saved in localstorage
  • Add checkout functionility that products that added into cart can be checked out
  • Add functionility that purchased products can be reviewed in user order history
  • Add JWT that the user order history is protected by JWT
  • Change cart and checkout functionility from useContext to Redux
  • Change products functionility from useContext to Redux

(back to top)

ccc_music_emporium's People

Contributors

changlicoding avatar codyhilborn avatar cankologlu 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.