Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billstephens2022/fibonacci-docker
A demo Fibonacci application built with Docker with client, server, nginx containers, and deployed using GitHub Actions and AWS Elastic Beanstalk. Note: this is no longer deployed on AWS so as not to incur charges.
https://github.com/billstephens2022/fibonacci-docker
aws-ebs docker docker-compose nginx nodejs postgres react redis
Last synced: 4 days ago
JSON representation
A demo Fibonacci application built with Docker with client, server, nginx containers, and deployed using GitHub Actions and AWS Elastic Beanstalk. Note: this is no longer deployed on AWS so as not to incur charges.
- Host: GitHub
- URL: https://github.com/billstephens2022/fibonacci-docker
- Owner: BillStephens2022
- Created: 2024-08-30T11:10:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T12:29:31.000Z (3 months ago)
- Last Synced: 2024-12-18T19:08:22.805Z (4 days ago)
- Topics: aws-ebs, docker, docker-compose, nginx, nodejs, postgres, react, redis
- Language: JavaScript
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fibonacci - Docker
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)## Description
A demo multi-container Fibonacci calculator application built with Docker using client, server, worker, and nginx containers, and deployed with GitHub Actions to AWS (Elastic Beanstalk). React used for client side and Postgres and Redis used for data storage. Note that this applcation is no longer deployed to AWS so as not to incur monthly charges.
## App Screenshot
![app screenshot](/screenshot.png)
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Usage
run "docker-compose -f docker-compose-dev.yml up" in the command line.
N/A## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]