36
loading...
This website collects cookies to deliver better user experience
Thanks for reading! - Content provided by App Generator.
Flask API Features
React UI Features
Step #1 - Clone the source code
$ git clone https://github.com/app-generator/react-flask-authentication.git
Step #2 - Start the Flask API
$ cd flask-api
$ docker-compose pull # download dependencies
$ docker-compose build # local set up
$ docker-compose up # start the app
http://localhost:5000
, and we can test the interface using POSTMAN or curl
.Step #3 - Start the React UI
$ cd react-ui
$ docker-compose pull # download dependencies
$ docker-compose build # local set up
$ docker-compose up # start the app
React Flask Authentication - Icons Page
React Flask Authentication - Dashboard Page
React Flask Authentication - UI Colors
Thanks for reading! For more resources, please access: