React Datta PRO Full-Stack
Datta Able is a premium React Dashboard that provides a colorful and modern design. Datta Able React PRO
is the most stylised React Free Admin Template, around all other admin templates in the market. It comes with high feature-rich pages and components with fully developer-centric code. The product comes with a simple JWT authentication flow: login/register/logout.
- 👉 React Datta Able PRO -
Product Page
- 👉 React Datta Able PRO -
LIVE Demo
🚀 Features:
- ✅ Modern aesthetics UI design - Designed by CodedThemes
- ✅
Dark-Mode
Ready - ✅ Authentication: JWT Login/Register/Logout
- ✅ Full-stack Ready using a Node JS API Server (open-source project) - Server Features
Typescript
/ SQLite Persistence / TypeORM / Joy (validation)- Passport library -
passport-jwt
strategy.
Tested with:
NodeJS | NPM | YARN | PNPM |
---|---|---|---|
v16.15.0 |
✅ | ✅ | ❌ |
v18.0.0 |
❌ | ❌ | ❌ |
To use the product NodeJS 16.x is required and GIT to clone/download the project from the public repository.
Step 1 - Download the sources from the official product page (requires a purchase
)
$ unzip react-datta-able-pro.zip
$ cd react-datta-able-pro
Step #2 - Install dependencies via NPM or yarn
$ npm i
// OR
$ yarn
Step #3 - Start in development mode
$ npm run start
// OR
$ yarn start
The product comes with a usable JWT Authentication flow that provides only the basic requests: login/logout/register.
API Server URL - src/config/constant.js
const config = {
...
API_SERVER: 'http://localhost:5000/api/' // <-- The magic line
};
API Descriptor
The product uses implements a Unified API definition exposed by all API servers crafted by AppSeed. For more information, please access the official documentation:
- All API Servers - the full index
- Unified API Definition - methods implemented accross all servers
React Datta Able PRO - Provided by CodedThemes and AppSeed App Generator.