Skip to content

dwoods447/online-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The Online Book Store is a simple open source shopping cart demo written in Vue and Express. Book covers bulk downloaded from openlibrary.org Application data randomly generated using mockaroo You can view demo

Features

Online Book Store contains several features such as:

  • Basic authentication (signup, login, logout)
  • User profiles
  • Shopping Cart/Checkout
  • View Orders

Getting Started

First install all the necessary dependencies:

> npm run build-project

Start the development server (Front-End) (changes will now update live in browser):

> cd client

> npm run start

Start the development server (Back-End)

> cd server

> npm run start

To build the application for production:

> cd client

> npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published