add details

This commit is contained in:
yann 2025-05-06 11:28:28 +02:00
parent 6ad897762f
commit 9753995c16

View File

@ -2,7 +2,7 @@
## LITReview ## LITReview
Build a website (Frontend/Backend) using Django Build a website (frontend/backend) using Django
### Introduction ### Introduction
@ -27,15 +27,20 @@ source env/bin/activate
``` ```
2. clone this repo 2. clone this repo
3. install environement 3. install environment
```
pip install -r requirements.txt
```
## Execution ## 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 ## Use
Browse as any website Browse to http://127.0.0.1:8000
## Author ## Author