mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
23 lines
921 B
Markdown
23 lines
921 B
Markdown
[](https://www.codefactor.io/repository/github/notherealmarco/wasaphoto)
|
|
|
|
# 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
|
|
* A backend written in the Go language
|
|
* A frontend in Vue.js
|
|
* 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
|