Skip to content

Commit b00312c

Browse files
Update README.md
1 parent bb09cad commit b00312c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
1111
- Simple, intuitive codebase - can be extended with ease
1212
- Django / DRF / SQLite3 - a simple, easy to use backend
1313
- Authentication with JWT (login, logout, register)
14+
- Docker, Unitary tests
1415

1516
<br />
1617

@@ -39,27 +40,27 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
3940

4041
## How to use the code
4142

42-
**Clone the sources**
43+
**Step #1** - Clone the sources
4344

4445
```bash
4546
$ git clone https://github.com/app-generator/api-server-django.git
4647
$ cd api-server-django
4748
```
4849

49-
**Create a virtual environment**
50+
**Step #2** - Create a virtual environment
5051

5152
```bash
5253
$ virtualenv -p python3 venv
5354
$ source venv/bin/activate
5455
```
5556

56-
**Install dependencies** using pip
57+
**Step #3** - Install dependencies using PIP
5758

5859
```bash
5960
$ pip install -r requirements.txt
6061
```
6162

62-
**Start the API server**
63+
**Step #4** - Start the API server
6364

6465
```bash
6566
$ python manage.py migrate

0 commit comments

Comments
 (0)