Skip to content

Commit 89af048

Browse files
Update README.md
1 parent 527588e commit 89af048

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
1616

1717
<br />
1818

19-
## Quick Start in `Docker`
19+
## Quick Start in `Docker`
2020

2121
> Get the code
2222
@@ -49,16 +49,17 @@ The API server will start using the PORT `5000`.
4949

5050
<br />
5151

52-
## How to use the code
52+
## How to use the code
5353

54-
**Step #1** - Clone the sources
54+
> **Step #1** - Clone the sources
5555
5656
```bash
5757
$ git clone https://github.com/app-generator/api-server-django.git
5858
$ cd api-server-django
5959
```
60+
<br />
6061

61-
**Step #2** - Create a virtual environment
62+
> **Step #2** - Create a virtual environment
6263
6364
```bash
6465
$ # Virtualenv modules installation (Unix based systems)
@@ -70,13 +71,17 @@ $ # virtualenv env
7071
$ # .\env\Scripts\activate
7172
```
7273

73-
**Step #3** - Install dependencies using PIP
74+
<br />
75+
76+
> **Step #3** - Install dependencies using PIP
7477
7578
```bash
7679
$ pip install -r requirements.txt
7780
```
7881

79-
**Step #4** - Start the API server
82+
<br />
83+
84+
> **Step #4** - Start the API server
8085
8186
```bash
8287
$ python manage.py migrate
@@ -87,15 +92,15 @@ The API server will start using the default port `8000`.
8792

8893
<br />
8994

90-
## Tests
95+
## Tests
9196

9297
```bash
9398
$ python manage.py test
9499
```
95100

96101
<br />
97102

98-
## API
103+
## API
99104

100105
For a fast set up, use this POSTMAN file: [api_sample](https://github.com/app-generator/api-server-Django/blob/master/media/api.postman_collection.json)
101106

0 commit comments

Comments
 (0)