42 lines
524 B
Markdown
42 lines
524 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
|
|
|
|
- Database connection
|
|
- Database models
|
|
* Users
|
|
* Dogs
|
|
* Clients
|
|
- Login page
|
|
- Authentication
|
|
- Registration page
|
|
- Registration backend
|
|
- Installing as package
|
|
|
|
|
|
## Routes
|
|
|
|
Routes handled by this blueprint.
|
|
|
|
### /accounts/register
|
|
|
|
Account registration and creation.
|
|
|
|
### /accounts/login
|
|
|
|
User login and authentication.
|
|
|