From 248bf45044008f73488a4b4dc8eaba186d6c6950 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Tue, 12 Mar 2024 20:11:26 +0100 Subject: [PATCH] Updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e6e84f9..14cbfd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # SHOP API Simple API (still WIP) +## Requires: +1. Redis +Simple redis installation, no further configuration needed + +2. MariaDB (or MySQL) +Make sure a proper database is set up with `shop.sql` + +## Running: +Gunicorn is the simplest way to run this project +```sh +gunicorn -w 4 -b HOST:PORT main:app +``` + # Routes ## Hello World