Django React Datta PRO
Premium seed project built in React and Django on top of Datta Able Dashboard (PRO version)
Last updated
Premium seed project built in React and Django on top of Datta Able Dashboard (PRO version)
Last updated
Open-source full-stack seed project coded in React and Django on top of a modern design from CodedThemes. The React / Django codebase is already configured with an SQLite database, API, and JWT token-based authentication flow.
Django React Datta PRO - product page
Django React Datta PRO - LIVE demo
The product expects a running API backend that exposes an interface for login/logout and register actions. By default, the guest users are redirected to the login page. Once the user is authenticated using an existing account or the new one, all private pages are accessible. Here are the steps to compile the product.
Dependencies
To use the product, Python3 is required, and GIT command-line tool to clone/download the project from the public repository.
Step #1 - Clone the project
Step #2 - Install dependencies via NPM or yarn
Step #3 - Start in development mode
Step #4 - Configure the backend -
src/config.js
To use the product and see all features in action an API server should be up and running. This can be done in two ways:
Compile and start a simple Django API Server already built to work with this frontend
Mock a test server using the API Interface definition.
Here we will use the first option and build a real API server coded in Django Framework on top of DRF Library with SQLite persistence.
Step #1 - Clone the API Server from Github
Step #2 - Install dependencies
Step #3 - Start the APi Server
The API server will start using the default port 5000
.
With backend and frontend up & running, we can start using the product, register. and authenticate. The React UI will reveal the private pages once the users are authenticated.