From 97b8747f36c7e4dc20da76e402521c6b9bfdada8 Mon Sep 17 00:00:00 2001 From: yann Date: Tue, 6 May 2025 11:49:34 +0200 Subject: [PATCH] more details --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3836d6a..f50326a 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,21 @@ pip install -r requirements.txt ``` cd LITReview ``` -2. Launch the test's server +2. Initialize the database +``` +python manage.py migrate +``` +3. Launch the test's server ``` python manage.py runserver ``` - ## Use Browse to http://127.0.0.1:8000 +Register/Create a user (or more) +Then connect ; you can create a Request or a Review +When multiple users exist, you can follow others and see what they've published + ## Author