From 5431727fde5dbec3862de8b95f2df6a445a4d07b Mon Sep 17 00:00:00 2001
From: Jacopo Gasparetto <jacopo.gasparetto@cnaf.infn.it>
Date: Tue, 4 Apr 2023 12:04:58 +0200
Subject: [PATCH] Add README

---
 README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e8b0b95
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Ceph Webapp POC
+
+This project is a proof of concept of a web application to manage Ceph Object
+Storage.
+
+Frontend is made React and backend with FastAPI and boto3.
+
+## Run the project
+
+To run the project, use
+
+```bash
+docker compose up
+```
+
+## Endpoints
+
+The following endpoint are available
+
+- Webapp [localhost:8080](localhost:8080)
+- API [localhost:8080/api/v1/](localhost:8080/api/v1/)
-- 
GitLab