RESTFul Bank API, with transaction logging and authentication system.
- Flask
- Flask JWT
- Flask RESTful
| Method | Endpoint | Description |
|---|---|---|
| POST | /register | Registers a new user. |
| POST | /login | Authenticates a user and generates a JWT token. |
| POST | /accounts | Creates a new account associated with the user. |
| GET | /accounts | Returns the account information of the authenticated user. |