- version0 :
http://146.56.187.171:2000 - version1 :
http://146.56.187.171:3000
- version0 : using MongoDB
- version1 : using json
- version2 : using memory(variables)
- Visual Studio Code(venv not used)
- Oracle Cloud : Linux(CentOS 8), Docker(compose)
- version0(http://localhost:2000)
$ cd version0
$ docker network create --gateway 172.0.0.1 --subnet 172.0.0.0/16 fmongo
$ docker-compose up -d
- version1 or version2(http://localhost:3000)
$ cd version1 [or verions2]
$ docker-compose up -d