AppFlowy-Cloud/admin_frontend/dev
Zack 8023efae97
feat: add admin frontend project (#102)
* feat: add admin frontend project

* feat: session token WIP

* feat: session token WIP - 2

* feat: session token and dev ease

* feat: added logout

* extractor for access token

* feat: added funtionality to show all users

* feat: show user list on frontend

* feat: user details

* fix: remove unneeded print statements

* chore: enable back to docker-compose.yml

* fix: integration tests

* feat: added redis session

* feat: change to session management using redis

* feat: add email to display at home page

* feat: added logging, logout

* feat: use redirect temporary

* feat: added add user by email

* feat: added add user set password web ui

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-10-11 22:17:41 +08:00
..
README.md feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
nginx.conf feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00

README.md

Development

  • Run the dev docker compose in the previous directory: docker compose --file docker-compose-dev.yml up -d
  • cp dev.env to .env
  • run the frontend: cargo watch -x run -w .
  • web will be served at localhost:3000