Skip to content

louisthomaspro/triathlon-front

Repository files navigation

Triathlon front

Web applications allowing the management of stocks of several stores. Several roles are available:

  • Administrator (management of all stores)
  • Store manager (product and seller management for his store)
  • Seller (management of the quantity of stock in his store)

The API application is available here.

For the followings commands, you have to install Angular CLI.

Installation

  1. Clone
git clone https://github.com/louisthomaspro/triathlon-front
cd triathlon-front
  1. Run docker-compose
docker-compose up -d
  1. This front is working with Triathlon API, you have to install it.

Useful commands

Remove all containers and image of docker

docker container rm -f $(docker container ls -qa)
docker image rm -f $(docker image ls -q)

Copy docker node_modules to local

docker cp CONTAINER_ID:/app/node_modules /your/directory/triathlon-front/

About

Web applications allowing the management of stocks of several stores.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published