https://github.com/sneakyshrike/login-api
Back-end of a simple web application that can allow a user to login and manipulate a visual representation of a user database table
https://github.com/sneakyshrike/login-api
add api authentication back-end delete edit java jpa login login-forms login-system logout maven mysql spring-boot table
Last synced: about 1 month ago
JSON representation
Back-end of a simple web application that can allow a user to login and manipulate a visual representation of a user database table
- Host: GitHub
- URL: https://github.com/sneakyshrike/login-api
- Owner: SneakyShrike
- Created: 2019-03-13T16:54:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T17:43:20.000Z (over 6 years ago)
- Last Synced: 2025-01-08T22:49:20.507Z (over 1 year ago)
- Topics: add, api, authentication, back-end, delete, edit, java, jpa, login, login-forms, login-system, logout, maven, mysql, spring-boot, table
- Language: Java
- Homepage:
- Size: 33.4 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This serves as the back-end of a simple web application that can allow a user to login and manipulate a visual representation of a user database table. These actions include: adding, editing and deleting a user.
[Here is the front-end part](https://github.com/SneakyShrike/login-webapp) of the web app that compliments this.
The purpose of this project is to gain an insight into the Java spring boot framework and back-end web app development in general. It will also serve as a foundation for similar projects I might pursue in the future.
## Technologies Used
* Java
* Spring Boot
* JPA
* Maven
* MySQL