Skip to content

Vizards8/Napi-hub

Repository files navigation

API Open Platform

System Architecture

System Architecture

How to use

Localhost

  • Follow the README.md in 6 subprojects

AWS

  • Build Docker Image
sudo docker build -t napi:v0.0.1 .
  • I have wrote start.sh, it will automatically run when docker run and start all the subprojects
sudo docker run -d -p 8000:8000 napi:v0.0.1
sudo docker exec -it napi:v0.0.1 bash