Skip to content

Commit 2846301

Browse files
Update README.md
1 parent 5ff4f4a commit 2846301

File tree

1 file changed

+20
-27
lines changed

1 file changed

+20
-27
lines changed

README.md

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Django React Purity Dashboard](https://appseed.us/product/django-react-purity-dashboard)
22

3-
Start your Development with an Innovative Admin Template for **Chakra UI** and **React**. Purity UI Dashboard is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using Chakra's style props. The product comes with a simple JWT authentication flow: login/register/logout.
3+
Start your Development with an Innovative Admin Template for **Chakra UI** and **React**. Purity UI Dashboard is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. The product comes with a simple JWT authentication flow: login/register/logout.
44

55
> Features
66
@@ -20,20 +20,6 @@ Start your Development with an Innovative Admin Template for **Chakra UI** and *
2020

2121
<br />
2222

23-
## General Information
24-
25-
The product is built using a `two-tier` pattern where the React frontend is decoupled logically and physically from the API backend. How to use the product:
26-
27-
- `Compile and start` the **Django API Backend**
28-
- by default the server starts on port `5000`
29-
- `Compile and start` the **React UI**
30-
- UI will start on port `3000` and expects a running backend on port `5000`
31-
- `Configuration` (Optional)
32-
- Change the API port
33-
- Configure the API port used by the React UI to communicate with the backend
34-
35-
<br />
36-
3723
## Quick-start in Docker
3824

3925
> Clone/Download the source code
@@ -71,10 +57,23 @@ After we register a new user and Sign IN, all the private pages become accessibl
7157

7258
<br />
7359

74-
![React Purity Dashboard - Open-source full-stack product with Django API Backend.](https://user-images.githubusercontent.com/51070104/136687466-1dfeeb6b-d474-45df-879b-0857b27eb615.gif)
60+
![React Purity Dashboard - Open-source full-stack product with Django API Backend.](https://user-images.githubusercontent.com/51070104/142229301-fb70f20d-913d-496d-822e-e170cc8c8573.gif)
7561

7662
<br >
7763

64+
## General Information
65+
66+
The product is built using a `two-tier` pattern where the React frontend is decoupled logically and physically from the API backend. How to use the product:
67+
68+
- `Compile and start` the **Django API Backend**
69+
- by default the server starts on port `5000`
70+
- `Compile and start` the **React UI**
71+
- UI will start on port `3000` and expects a running backend on port `5000`
72+
- `Configuration` (Optional)
73+
- Change the API port
74+
- Configure the API port used by the React UI to communicate with the backend
75+
76+
<br />
7877

7978
## Manual build
8079

@@ -187,21 +186,15 @@ authorization: JWT_TOKEN (returned by Login request)
187186

188187
## Product UI
189188

190-
> React Flask Authentication - Login
191-
192-
![React Flask Authentication - Login.](https://user-images.githubusercontent.com/51070104/141444378-763ca3fb-c18c-4558-9730-b42a341a7b22.jpg)
193-
194-
<br />
195-
196-
> React Flask Authentication - Icons
189+
> Django React Purity Dashboard - Login
197190
198-
![React Flask Authentication - Icons.](https://user-images.githubusercontent.com/51070104/141444472-8c966396-69dc-46c3-835e-b64329fdbf7d.jpg)
191+
![Django React Purity Dashboard - Login.](https://user-images.githubusercontent.com/51070104/142229429-c3a3d8eb-f535-4d0c-9a01-e59bc74e08db.png)
199192

200193
<br />
201194

202-
> React Flask Authentication - Colors
195+
> Django React Purity Dashboard - User Profile
203196
204-
![React Flask Authentication - Colors.](https://user-images.githubusercontent.com/51070104/141444532-46a3bcd0-841b-4725-aa82-122569cd678a.jpg)
197+
![Django React Purity Dashboard - User Profile](https://user-images.githubusercontent.com/51070104/142229572-a313ac1c-e798-49cc-a86c-2e0ab9ead00a.png)
205198

206199
<br />
207200

@@ -213,4 +206,4 @@ authorization: JWT_TOKEN (returned by Login request)
213206
<br />
214207

215208
---
216-
**[React Flask Authentication](https://blog.appseed.us/react-flask-authentication/)** - Open-source full-stack seed project provided by **AppSeed [App Generator](https://appseed.us/)**
209+
**[Django React Purity Dashboard](https://appseed.us/product/django-react-purity-dashboard)** - Open-source full-stack seed project provided by **AppSeed [App Generator](https://appseed.us/)**

0 commit comments

Comments
 (0)