Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy committed Dec 15, 2023
1 parent ea0ae1a commit 960a562
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is an eBay-like e-commerce auction website built using **Django 4**, **HTML
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Run the application](#run-the-application)
- [Run the tests](#run-the-tests)
- [Add data to the application](#add-data-to-the-application)
- [Copyright and License](#copyright-and-license)

Expand Down Expand Up @@ -133,6 +134,7 @@ python manage.py createsuperuser

When prompted, enter a username, email, and password.


### Run the application

From the **root** directory, run:
Expand All @@ -141,6 +143,17 @@ From the **root** directory, run:
python manage.py runserver
```


### Run the tests

From the **root** directory, run:

```bash
python manage.py test --pattern="tests.py"

```


### View the application

Go to http://127.0.0.1:8000/ to view the application.
Expand All @@ -151,6 +164,7 @@ Add data through Django Admin.

Go to http://127.0.0.1:8000/admin to access the Django Admin interface and sign in using the admin credentials.


### Copyright and License

Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.

0 comments on commit 960a562

Please sign in to comment.