An open API service indexing awesome lists of open source software.

https://github.com/eltyagi/docker-SQL-MongoDB-RestfulAPIs

This repository contains an operational and deployable set of MySQL, MongoDB and a sample RESTful API containers. The containers can be deployed with a docker-compose file also included in this repository.
https://github.com/eltyagi/docker-SQL-MongoDB-RestfulAPIs

Last synced: 4 months ago
JSON representation

This repository contains an operational and deployable set of MySQL, MongoDB and a sample RESTful API containers. The containers can be deployed with a docker-compose file also included in this repository.

Awesome Lists containing this project

README

        

# Docker-SQL-MongoDB-RestfulAPIs
This repository contains an operational and deployable set of MySQL, MongoDB and a sample RESTful API containers. The containers can be deployed with a docker-compose file also included in this repository.

## Files
- mySQL_container: Contains image files and sample SQL scripts for a MySQL docker image.
- MongoDB_container: Contains image files and entrypoint.sh for a MongoDB docker image.
- api_container: Contains image files for a sample RESTful API.
- stackDeploy: Contains a docker-compose file which deploys the 3 images and additionally Mongo Express as a service.