louisthomaspro / triathlon-front

Web applications allowing the management of stocks of several stores.

Home Page:https://triathlon-front.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://triathlon-front.herokuapp.com/


Languages

Language:TypeScript 64.8%Language:HTML 15.7%Language:CSS 15.4%Language:JavaScript 3.2%Language:Dockerfile 0.9%