A web application using Flask, NextJS with Docker for Workshop Implementasi Perangkat Lunak Computer Science UGM
This project consists of Flask application for the backend API, NextJS for client side application and nginx as a reverse-proxy for connecting api and the front-end. This project also use docker-compose
to make it easy run all of the container at once.
Before you run this application make sure you have this installed in your machine:
To run the application locally, run this command
$ docker-compose up