Skip to content

app-generator/react-datta-able-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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.


🚀 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

React Nodejs Datta Able - Open-source full-stack seed project crafted by CodedThemes and AppSeed.


How to use it

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

Configure the backend server

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.