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.
Product Page
LIVE Demo
π Features:
Dark-Mode
ReadyTypescript
/ SQLite Persistence / TypeORM / Joy (validation)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:
React Datta Able PRO - Provided by CodedThemes and AppSeed App Generator.