stynan27 / BlockHeads

Primary repository for team BlockHeads inc. projects.
0 stars 0 forks source link

Create an API for user creation and fetching #18

Closed stynan27 closed 11 months ago

stynan27 commented 1 year ago

Description

Create initial Java Spring Boot application to enable user account creation and retrieval. Requires database hookup/in-memory connection to work with example data.

stynan27 commented 1 year ago

Initial App Creation via Spring Initializer

Initial packages

stynan27 commented 1 year ago
stynan27 commented 1 year ago

Similar to the following article, replace MySQL with H2 in-memory DB. https://www.javaguides.net/2021/10/login-and-registration-rest-api-using-spring-boot-spring-security-hibernate-mysql-database.html

stynan27 commented 1 year ago

Is there a means to use our database implementation to store and retrieve user credentials?

stynan27 commented 1 year ago

Why we use BCrypt and it's importance

https://www.youtube.com/watch?v=qgpsIBLvrGY&ab_channel=StudyingWithAlex