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.
$ cd /backend
$ touch .env
Copy the following text into the .env file
PORT=5000
Then run the following command
$ npm install
$ nodemon
$ cd frontend
$ npm install
$ npm start