From 9753995c1672379687a42189a079d5891f6e0352 Mon Sep 17 00:00:00 2001 From: yann Date: Tue, 6 May 2025 11:28:28 +0200 Subject: [PATCH] add details --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 658277c..d8cec00 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## LITReview -Build a website (Frontend/Backend) using Django +Build a website (frontend/backend) using Django ### Introduction @@ -27,15 +27,20 @@ source env/bin/activate ``` 2. clone this repo -3. install environement +3. install environment +``` +pip install -r requirements.txt +``` ## Execution - -Make sure the API is started (refer to its instructions) then open the index.html in your browser - +``` +cd LITReview +python manage.py runserver +``` ## Use -Browse as any website +Browse to http://127.0.0.1:8000 + ## Author