/SDA-SL-CartApp-Phase-2-Practice4

A simple cart app that lists your products in the cart

Primary LanguageCSS

SDA-SL-CartApp-Phase-2-Practice4

A simple cart app that lists your products in the cart

This is a work in part of Simplilearn's and Saudi Digital Academy Course: .NET Fullstack Developer Track.

The main objective is a simple cart application using TypeScript that will perform basic CRUD operations of a cart.

About the Data Source

The app is basically an NodeJS/Express server written with TypeScript, the data are stored in a JSON file to make things simple and portable for anyone to run the app. Each time the app refreshes it will reload to a default state and start again.

How To Run

Firstly, run npm install in the project root folder.

Secondally, simply run: npm run dev.

Lastly, open your browser at: localhost:3000/