https://github.com/ctsiaousis/webapp
A simple containerized web application using docker, nodejs and fiware technologies
https://github.com/ctsiaousis/webapp
docker docker-compose fiware-keyrock fiware-orion fiware-pep mongodb mysql-database nodejs
Last synced: 3 months ago
JSON representation
A simple containerized web application using docker, nodejs and fiware technologies
- Host: GitHub
- URL: https://github.com/ctsiaousis/webapp
- Owner: ctsiaousis
- License: gpl-3.0
- Created: 2020-12-06T18:18:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T15:15:56.000Z (over 5 years ago)
- Last Synced: 2025-01-21T04:43:17.856Z (over 1 year ago)
- Topics: docker, docker-compose, fiware-keyrock, fiware-orion, fiware-pep, mongodb, mysql-database, nodejs
- Language: JavaScript
- Homepage:
- Size: 6.06 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webApp
A simple containerized web application using docker, nodejs and fiware technologies
## TLDR;
run `sudo docker build -f ap.Dockerfile -t nodeapp . && sudo docker build -f db.Dockerfile -t dbapi . && docker-compose up `