Skip to content

Wyn-Christian/Bakery-System

Repository files navigation

Bakery Shop Project

An eccommerce website created by BSIT-3A for bakery shop

Installation

Download the source code and extract it to your prefered directory.

How to start the server

Open the source code folder in the VSC (or your prefered code editor) then execute the following commands in the terminal:

cd .\server\ ;
npm install ;
npm run serverstart ;

How to start the client

After starting the server, execute the following commands in the another terminal:

cd .\client\ ;
npm install ;
npm start ;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published