- Simple project used spring initializr to create the framework.
- Authentication consists of two users
username | password |
---|---|
craig@goodspeed.co.za | AWeakP@5sw0rd |
ingrid@goodspeed.co.za | r34lLyB@dPassword |
- Users are stored in cognito.
- Examples of authentication and authorization are in the
./auth
folder. - Database is on top of mysql with user
username | password |
---|---|
chargenet | WelikeElectricvehicles |
- Database is created using liquibase on startup so the database needs to be running
- Outstanding items:
- include unit tests
- include front end.
- remove the hardcoded auth end points.
- bulk order is not elegant i need to find a better way to do this.
JwtUser
class needs refactoring - i dont like how the token is mapped and defaulted.- docker compose as well as k8s yaml files.
- update test scripts with valid data
- work on the db schema seems a bit off.