39
loading...
This website collects cookies to deliver better user experience
Thanks for reading! - Content provided by App Generator.
production-ready
JWT Authentication flow, Docker scripts for UI & the backend and a permissive license that permits unlimited copies for hobby & commercial end-products.two-tier
pattern where the React frontend is decoupled logically and physically from the API backend. To use the product, a short action list must be completed successfully: Compile and start
the Django API Backend
5000
Compile and start
the React UI
3000
and expects a running backend on port 5000
Configuration
(Optional)
Step #1 - Clone/Download the source code
$ git clone https://github.com/app-generator/django-react-purity-dashboard.git
Step #2 - Start the Django API
$ cd django-api
$ docker-compose pull # download dependencies
$ docker-compose build # local set up
$ docker-compose up # start the app
http://localhost:5000
, and we can test the interface using POSTMAN or curl
.Step #3 - Start the React UI (using another terminal)
$ cd react-ui
$ docker-compose pull # download dependencies
$ docker-compose build # local set up
$ docker-compose up # start the app
React UI
should be visible in the browser. By default, the app redirects the guest users to authenticate. React Django Purity - User profile page
React Django Purity - Main Dashboard Page
Thanks for reading! For more resources, please access: