You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ # Virtualenv modules installation (Unix based systems)
@@ -70,13 +71,17 @@ $ # virtualenv env
70
71
$ # .\env\Scripts\activate
71
72
```
72
73
73
-
**Step #3** - Install dependencies using PIP
74
+
<br />
75
+
76
+
> **Step #3** - Install dependencies using PIP
74
77
75
78
```bash
76
79
$ pip install -r requirements.txt
77
80
```
78
81
79
-
**Step #4** - Start the API server
82
+
<br />
83
+
84
+
> **Step #4** - Start the API server
80
85
81
86
```bash
82
87
$ python manage.py migrate
@@ -87,15 +92,15 @@ The API server will start using the default port `8000`.
87
92
88
93
<br />
89
94
90
-
## Tests
95
+
## ✨ Tests
91
96
92
97
```bash
93
98
$ python manage.py test
94
99
```
95
100
96
101
<br />
97
102
98
-
## API
103
+
## ✨ API
99
104
100
105
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)
0 commit comments