app-generator / react-datta-able-pro

React Datta Able PRO - Full-stack Seed Project | AppSeed
https://appseed.us/product/datta-able-pro/full-stack/react/
Other
2 stars 0 forks source link
appseed datta-able nodejs react

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:


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.