Skip to content

Setre14/order-manager

Repository files navigation

Install all dependencies

yarn installAll

Start server

Development

cd server && yarn start

Production

yarn startServer

Start client

The server must run for the client to work.

Development

cd client && yarn start

Production

yarn startClient

Start server and mongodb with docker compose

COMPOSE_HTTP_TIMEOUT=200 docker-compose up

Update dockerfiles

Client

Linux

docker build -f .\client\Dockerfile -t ordermanager/client .
docker push ordermanager/client

Raspberry PI

docker build -f ./client/Dockerfile -t ordermanager/client-rpi .
docker push ordermanager/client-rpi

Server

docker build -f .\server\Dockerfile -t ordermanager/server .
docker push ordermanager/server

Nginx

Linux

docker build -f .\nginx\Dockerfile -t ordermanager/nginx .
docker push ordermanager/nginx

Raspberry PI

docker build -f .\nginx\Dockerfile -t ordermanager/nginx-rpi  --build-arg IMAGE=tobi312/rpi-nginx .
docker push ordermanager/nginx-rpi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published