WASAPhoto/README.md

24 lines
921 B
Markdown
Raw Normal View History

2022-12-10 01:53:24 +01:00
[![CodeFactor](https://www.codefactor.io/repository/github/notherealmarco/wasaphoto/badge?s=2a99529eb3b66797b3a0cae48a39232782ae6c1b)](https://www.codefactor.io/repository/github/notherealmarco/wasaphoto)
2022-11-08 15:18:38 +01:00
# WASAPhoto
*Keep in touch with your friends by sharing photos of special moments, thanks to WASAPhoto!*
*You canupload your photos directly from your PC, and they will be visible to everyone following you.*
---
```
This is my project for the Web And Software Architecture (WASA) class
```
### This project includes
* An API specification using the OpenAPI standard
2022-12-10 01:47:39 +01:00
* A backend written in the Go language
* A frontend in Vue.js
2022-12-23 01:54:11 +01:00
* Dockerfiles to deploy the backend and the frontend in a contaner.
* Dockerfile.backend builds the container for the backend
* Dockerfile.frontend builds the container for the frontend
* Dockerfile.embedded builds a container which a backend which also delives the frontend