File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments