{"id":16175169,"url":"https://github.com/app-generator/flask-react-datta-able","last_synced_at":"2025-03-19T00:31:08.444Z","repository":{"id":100502977,"uuid":"413320591","full_name":"app-generator/flask-react-datta-able","owner":"app-generator","description":"Flask React - Datta Able (Free Product) | AppSeed","archived":false,"fork":false,"pushed_at":"2023-06-24T17:50:47.000Z","size":2296,"stargazers_count":6,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-11T05:55:50.537Z","etag":null,"topics":["appseed","flask","flask-api-react","flask-react","flask-react-redux","fullstack","react","react-flask"],"latest_commit_sha":null,"homepage":"https://appseed.us/product/datta-able/api-server-flask/react/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-04T07:38:15.000Z","updated_at":"2024-06-27T15:03:15.000Z","dependencies_parsed_at":"2024-10-27T19:21:30.143Z","dependency_job_id":"28cffce5-b530-4d97-b478-4a34a268383d","html_url":"https://github.com/app-generator/flask-react-datta-able","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-react-datta-able","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-react-datta-able/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-react-datta-able/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fflask-react-datta-able/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/flask-react-datta-able/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955700,"owners_count":20374373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appseed","flask","flask-api-react","flask-react","flask-react-redux","fullstack","react","react-flask"],"created_at":"2024-10-10T04:44:16.550Z","updated_at":"2025-03-19T00:31:08.439Z","avatar_url":"https://github.com/app-generator.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Flask React Datta Able](https://appseed.us/product/datta-able/api-server-flask/react/)\n\nFull-Stack Seed project generated by **[React App Generator](https://appseed.us/generator/react/)** on top of *Datta Able* design from **[CodedThemes](https://codedthemes.com/?ref=appseed)**.\nThe backend logic is provided by a simple, `easy-to-extend` API Server that manages the Authentication flow (login, registration, logout) using `JSON Web Tokens` (JWT).\n\n- 👉 [Flask React Datta Able](https://appseed.us/product/datta-able/api-server-flask/react/) - `Product Page`\n- 👉 [Flask React Datta Able](https://flask-react-datta-able.appseed-srv1.com) - `LIVE Demo`\n\n![React Datta Able - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/174488189-7bbb3e82-b319-487e-94ec-e295aca3f6d7.png)\n\n\u003cbr \u003e\n\n## ✨ `React` Datta Able\n\n- Modern aesthetics UI design - crafted by *[CodedThemes](https://bit.ly/37fF9RT)*\n- React, Redux, Redux-persist\n\n\u003cbr /\u003e\n\n\u003e `Tests` (compatibility matrix)\n\n| NodeJS | NPM | YARN | \n| --- | --- | --- |  \n| `v14.0.0` | ❌ | ✅ |\n| `v16.0.0` | ✅ | ✅ | \n| `v18.0.0` | ❌ | ❌ | \n\n\n\u003cbr /\u003e\n\n## ✨ `Flask API` Features\n\n- Stack: `Flask` / `Flask-RestX` / **SQLite** \n- **DB Layer**: `SqlAlchemyORM`, `SQLite` persistence\n- **Auth**: JWT tokens managed via `Flask-jwt_extended`\n- [API Definition](https://docs.appseed.us/boilerplate-code/api-unified-definition) - the unified API structure implemented by this server\n\n\n\u003cbr /\u003e \n\n## ✨ How to use it\n\nBeing a full-stack product, the backend and the frontend should be compiled and started separately. \nBefore starting to compile the product, make sure you have the following tools installed in the environment:\n\n- [NodeJS](https://nodejs.org/en/) - version `14.x` or higher\n- [GIT](https://git-scm.com/) - used to clone tjhe sources from Github\n- [Python3](https://www.python.org/) - used in many tools\n\n\u003cbr /\u003e\n\n### 👉 Start the Frontend \n\n\u003e **Step 1** - Once the project is downloaded, change the directory to `react-ui`. \n\n```bash\n$ cd react-ui\n```\n\n\u003cbr \u003e\n\n\u003e **Step 2** - Install dependencies via NPM or yarn\n\n```bash\n$ npm i\n// OR\n$ yarn\n```\n\n\u003cbr /\u003e\n\n\u003e **Step 3** - Start in development mode\n\n```bash\n$ npm run start \n// OR\n$ yarn start\n```\n\n\u003cbr /\u003e\n\nAt this point, the app is available in the browser `localhost:3000` (the default address).\n\n\n\u003cbr /\u003e \n\n### 👉 Start the Backend Server \n\n\u003e **Step 1** - Change the directory to `api-server-flask`\n\n```bash\n$ cd api-server-flask\n```\n\n\u003cbr \u003e\n\n\u003e **Step 2** - Install dependencies using a `virtual environment`\n\n```bash\n$ # Virtualenv modules installation (Unix based systems)\n$ virtualenv env\n$ source env/bin/activate\n$\n$ # Virtualenv modules installation (Windows based systems)\n$ # virtualenv env\n$ # .\\env\\Scripts\\activate\n$\n$ pip install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e **Step 3** - Setup the `Flask` environment \n\n```bash\n$ export FLASK_APP=run.py\n$ export FLASK_ENV=development\n// OR \n$ (Windows CMD) set FLASK_APP=run.py\n$ (Windows CMD) set FLASK_ENV=development\n$\n$ (Powershell) $env:FLASK_APP = \".\\run.py\"\n$ (Powershell) $env:FLASK_ENV = \"development\"\n```\n\n\u003cbr /\u003e\n\n\u003e **Step 4** - Start the API server (development mode)\n\n```bash\n$ flask run\n```\n\nUse the API via `POSTMAN` or `Swagger Dashboard` at `localhost:5000`.\n\n\u003cbr /\u003e \n\n## 👉 Codebase Structure\n\n```bash\n\u003c ROOT  \u003e\n    |\n   api-server-flask/\n    ├── api\n    │   ├── config.py\n    │   ├── __init__.py\n    │   ├── models.py\n    │   └── routes.py\n    ├── requirements.txt\n    ├── run.py\n    └── tests.py\n```\n\n\u003cbr /\u003e\n\n## [React Datta Able PRO](https://appseed.us/product/datta-able-pro/full-stack/)\n\n\u003e For more components, pages and priority on support, feel free to take a look at this amazing starter:\n\nDatta Able is a premium React Design now available for download as a full-stack app. Made of hundred of elements, designed blocks, and fully coded pages, Datta Able PRO is ready to help you create stunning websites and web apps.\n\n- 👉 [React Datta Able PRO](https://appseed.us/product/datta-able-pro/full-stack/) - Product Page\n  - ✅ `Enhanced UI` - more pages and components\n  - ✅ `Priority` on support\n\n\u003cbr \u003e\n\n![React Datta Able PRO - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/174492290-a581dc5f-6b4a-4f5e-822e-419a8b96a480.png)\n\n\u003cbr /\u003e\n\n---\n[Flask React Datta Able](https://appseed.us/product/datta-able/api-server-flask/react/) - Full-Stack Seed project generated by **[AppSeed](https://appseed.us/)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fflask-react-datta-able","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fflask-react-datta-able","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fflask-react-datta-able/lists"}