Practice App Deployment Notes - bounswe/bounswe2019group2 GitHub Wiki
This document describes detailed deployment configurations of our API project:
- The system is deployed to an AWS EC2 t3.micro instance with Ubuntu 18.04 installed.
- Our app is fully containerized with Docker and Docker Compose. You can checkout our docker-compose.yml and Dockerfile configurations.
- We use nginx as a router to backend and frontend parts of our project. Checkout: nginx.conf
- The deployed website is fully secured with HTTPS. We got our SSL certificate from https://letsencrypt.org.