36
loading...
This website collects cookies to deliver better user experience
simple API interface
that covers login, logout and register actions using JSON Web Tokens
. For newcomers, Flask is a leading web framework written in Python used to code from a simple website, APIs, or complex eCommerce solutions.Thanks for reading! - Content provided by App Generator.
Up-to-date dependencies
: Flask 2.0.2
Flask-RestX
, Flask-jwt_extended
Docker
, Unitary testsStep #1 - Clone Sources from GH
$ git clone https://github.com/app-generator/api-server-flask.git
$ cd api-server-flask
Step #2 - Start the API in Docker
$ docker-compose pull # download dependencies
$ docker-compose build # local set up
$ docker-compose up # start the API
http://localhost:5000
(the default address). To test and interact with the interface we have multiple choices: POSTMAN
, curl
or the embedded Swagger Dashboard
exposed natively by Flask-RestX.Creative-Tim
.Step #1 - Clone Sources (Github)
$ git clone https://github.com/app-generator/react-soft-ui-dashboard.git
$ cd react-soft-ui-dashboard
Step #2 - Start the React UI in Docker
$ docker-compose pull # download dependencies
$ docker-compose build # local set up
$ docker-compose up # start the React App
Flask React Soft Dashboard - Widgets Page
yarn
and yarn start
in the root of each product.Thanks for reading! For more resources, feel free to access:
Django
, Flask
and Node JS
APIs.