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
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.
4
4
5
5
> Features
6
6
@@ -20,20 +20,6 @@ Start your Development with an Innovative Admin Template for **Chakra UI** and *
20
20
21
21
<br />
22
22
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
-
37
23
## Quick-start in Docker
38
24
39
25
> Clone/Download the source code
@@ -71,10 +57,23 @@ After we register a new user and Sign IN, all the private pages become accessibl
71
57
72
58
<br />
73
59
74
-

60
+

75
61
76
62
<br >
77
63
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 />
78
77
79
78
## Manual build
80
79
@@ -187,21 +186,15 @@ authorization: JWT_TOKEN (returned by Login request)
0 commit comments