@@ -32,14 +32,14 @@ Simple starter built with Python / Django Rest / Sqlite3 and JWT Auth. The authe
3232
3333## ✨ Quick Start in ` Docker `
3434
35- > Get the code
35+ > 👉 Get the code
3636
3737``` bash
3838$ git clone https://github.com/app-generator/api-server-django.git
3939$ cd api-server-django
4040```
4141
42- > Start the app in Docker
42+ > 👉 Start the app in Docker
4343
4444``` bash
4545$ docker-compose up --build
@@ -51,15 +51,15 @@ The API server will start using the PORT `5000`.
5151
5252## ✨ 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```
6060<br />
6161
62- > ** Step #2 ** - Create a virtual environment
62+ > 👉 ** Step #2 ** - Create a virtual environment
6363
6464``` bash
6565$ # Virtualenv modules installation (Unix based systems)
@@ -73,15 +73,15 @@ $ # .\env\Scripts\activate
7373
7474<br />
7575
76- > ** Step #3 ** - Install dependencies using PIP
76+ > 👉 ** Step #3 ** - Install dependencies using PIP
7777
7878``` bash
7979$ pip install -r requirements.txt
8080```
8181
8282<br />
8383
84- > ** Step #4 ** - Create a new ` .env ` file using sample ` env.sample `
84+ > 👉 ** Step #4 ** - Create a new ` .env ` file using sample ` env.sample `
8585
8686The meaning of each variable can be found below:
8787
@@ -93,7 +93,7 @@ The meaning of each variable can be found below:
9393
9494<br />
9595
96- > ** Step #5 ** - Start the API server
96+ > 👉 ** Step #5 ** - Start the API server
9797
9898``` bash
9999$ python manage.py migrate
0 commit comments