Skip to content

john-maluki/shopping-bag-frontend

Repository files navigation

SHOPPING-BAG FRONTEND

Overview

Enables users to interact with backend services while carrying out window shopping; For example, pre-logging (user registration and login) and managing products, shops, and user-bags (myBags).

Requirements

For building and running the application you need:

Packages

Running the application locally

There are several ways to run this (React application) on your local machine. On your favorite IDE terminal navigate to main directory. In this case shoppingbag-frontend.

Run npm install command first, to install required packages like so:

npm install

Then, run npm start, to kick off application

npm start

Alternatively, with Docker installed on your platform:

Run npm install command to install packages as mention above. Finally, docker-compose up.

docker-compose up

OR, run docker image (maluki/shoppingbag-frontend:0.0.1-SNAPSHOT) like so:

docker pull maluki/shoppingbag-frontend:0.0.1-SNAPSHOT

finally, run image in the container

docker run -p 3000:3000 maluki/shoppingbag-frontend:0.0.1-SNAPSHOT

To view the running application move to http://localhost:3000 on your favorite browser.

Copyright

Released under the MIT License. See the LICENSE file.

About

Shopping bag front-end React application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published