Skip to content

MoFarid/cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation


Full Stack Shopping Cart

A backend app that stores a shopping cart in a database with a frontend app that serves the user the cart.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Acknowledgements

About The Project

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Make sure that the following prerequisites are installed with the required version.

  • node

    node --version
  • yarn

    yarn --version
  • docker

    docker --version

Installation

A quick way to run the server app without installing all dependencies locally, is through Docker.

  1. Clone the repo
    git clone https://github.com/MoFarid/cart.git
  2. Navigate to backend and run the server using Docker
    cd backend
    yarn docker:prod
  3. Navigate to frontend and run the client app using
    cd frontend
    yarn install
    yarn start

The client app will be running on port 3000 and the backend server will be running on port 5000.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages