Skip to content

Homework: Automating deployment of application stacks

Notifications You must be signed in to change notification settings

tilenn/msi_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msi_docker

Homework: Automating deployment of application stacks using Docker compose.

This is a simple project made for a homework assignment at Faculty of Computer and Information Science in Ljubljana.

Simple book review app

A simple web app that can be used for storing book reviews of one's favourite books. It uses React for frontend, Express for backend, MongoDB for the database and Nginx as a web server. It's meant to be used with Docker Compose.

How to use

  • Clone the repository, open the folder in the terminal and use the docker-compose up command.
  • After it's finished, the app will be exposed to run on port 3050 (localhost:3050).
  • The app itself is straightforward. After you press the 'Add review' button, the request gets processed by the Express backend and saved. Same goes for deleting. Volumes are used so that the data is persistent and not lost when the app is stopped.

aaa

About

Homework: Automating deployment of application stacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published