jpalat / REACT_Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT_Backend

To Build the API:

docker build -t sbgserver:0.1 .

To Run the API: This will launch an HTTP endpoint on port 5000.

docker run --network=host sbgserver:0.1

About


Languages

Language:JavaScript 92.5%Language:Dockerfile 7.5%