https://github.com/osamaesmail/phone-list
https://github.com/osamaesmail/phone-list
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osamaesmail/phone-list
- Owner: osamaesmail
- Created: 2021-11-06T14:43:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T17:51:10.000Z (over 3 years ago)
- Last Synced: 2025-01-23T01:14:04.150Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phone-list
## demos
* Swagger http://3.144.227.37:5001/swagger/index.html
* UI http://3.144.227.37:5002/## submodules `README.md`
* backend https://github.com/osamaesmail/phone-list-be.git
* frontend https://github.com/osamaesmail/phone-list-fe.git## Requirements
* docker
* docker-compose## Run using docker
* run `./init.sh`
* run `docker-compose up -d`
* open http://localhost:5001/swagger/index.html for swagger docs
* open http://localhost:5002 for UI