OCR / DA Python - Project9
LITReview
Build a website (frontend/backend) using Django
Introduction
These instructions allow you to :
- get the program
- install the required environment
- run and use it
Requirements
- modules
packages : python 3.11, python3.11-venv, python3-pip, git
Installation
-
Clone this repo and go in the project's directory
-
Create the virtual environment
python3.11 -m venv env
source env/bin/activate
- install environment
pip install -r requirements.txt
Execution
- Go in the Django project directory
cd LITReview
- Initialize the database
python manage.py migrate
- 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
License
MIT License
Copyright (c) 2025
Description
Languages
HTML
79%
Python
17.1%
CSS
3.9%