Skip to content

This is a system implemented for checking out product in online platform

Notifications You must be signed in to change notification settings

Dip11/ShoppingCartCheckout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WunderMobilityFullStackCodingChallenge

This is a checkout system built with NodeJS, Express, React, Redux.

To work with the project, clone it first. After that go to the root directory of the project.

Run the Backend Server

$ cd /backend
$ touch .env

Copy the following text into the .env file

PORT=5000

Then run the following command

$ npm install
$ nodemon

Run the frontend Server

$ cd frontend
$ npm install
$ npm start 

About

This is a system implemented for checking out product in online platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published