45 lines
606 B
Markdown

# allpawcare-accounts
Flask blueprint for All Paw Care website.
## Usage
Include as a submodule or install as a package.
## What works
Not much, at the moment.
## Work to be done
- User dashboard (started)
- Login page (started)
- Authentication
- Registration page (started)
- Registration backend
- Installing as package
## Routes
Routes handled by this blueprint.
### /accounts/register
Account registration and creation.
### /accounts/login
User login and authentication.
### /accounts/users/<username>/dashboard
A central point for the user to get an overview of their account.