AppFlowy-Cloud/admin_frontend
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
..
dev feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
src feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
templates feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
Cargo.lock feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
Cargo.toml feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
Dockerfile feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
README.md feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00
dev.env feat: add admin frontend project (#102) 2023-10-11 22:17:41 +08:00

README.md

Admin Frontend

  • Start the whole stack: docker compose up -d
  • Go to web server
  • Quick rebuild only frontend after editing docker compose up -d --no-deps --build admin_frontend
  • You might need to add --force-recreate for non build changes to take effect