more details
This commit is contained in:
parent
7c2e98f060
commit
97b8747f36
11
README.md
11
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user