Skip to content

ramenguykung/kab-shop

Repository files navigation

GitHub branch status

kab-shop

kab-shop is a project for System Analysis and Design course in Computer Science and Infomation deoartment in King's Mongkut's University of Technology North Bangkok (KMUTNB).

Objectives

In System Analysis and Design. It has one vital core objective.

Design the system under limited resource to have most efficientcy as possible.

The fundamental core of the subject is mostly about managing workflows to be effortlessly as much as possible.

As this repository only reflect the result of the course. I (Owner of the repository) think it would have benefits to publish this project to the public to be an study case for further study.

Installations

Runtimes

This project required Node.js as JavaScript runtime. You can also use other runtime like bun as optional choice.


Cloning repository

This project was hosting on GitHub. To clone the repository, run this command in your terminal:

git clone https://github.com/ramenguykung/kab-shop.git

Forking this project to your own repository is recommanded. Since you can submit your pull requests to this repository.


Dependencies

At this stage. You need to have Node.js on your system to use Node Package Manager.

Assumed that you have cloned the project to your local machine, change the directory to the project and run this command in your terminal:

# Install all dependencies from package-lock.json
npm ci

Getting Started

To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

About

Hosting the web application on Vercel

Resources

Stars

Watchers

Forks

Releases

No releases published