Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szymonpoltorak/noteapp
Project for Web and Mobile development classes on Warsaw University of Technology with aim to create note app with mobile, backend and frontend modules.
https://github.com/szymonpoltorak/noteapp
angular docker java17 jwt oauth2 postgresql spring-boot
Last synced: about 1 month ago
JSON representation
Project for Web and Mobile development classes on Warsaw University of Technology with aim to create note app with mobile, backend and frontend modules.
- Host: GitHub
- URL: https://github.com/szymonpoltorak/noteapp
- Owner: szymonpoltorak
- License: apache-2.0
- Created: 2023-10-03T13:04:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T21:04:56.000Z (about 1 year ago)
- Last Synced: 2023-11-30T18:37:39.555Z (about 1 year ago)
- Topics: angular, docker, java17, jwt, oauth2, postgresql, spring-boot
- Language: Java
- Homepage:
- Size: 768 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NoteApp
Simple application for writing and managing notes. Application is full responsive and made pwa.
## Technology stack
### Backend
* Spring Boot,
* Spring Data Jpa,
* Mapstruct,
* Jwt,
* Postgres Sql,,
* Docker,
* Junit 5,
* Mockito,
* Gradle### Frontend
* Angular 16,
* Typescript 5,
* Scss,
* Html 5,
* Angular Material,
* Angular Pwa## Frontend screenshots
### Login
### Register
### Profile
### OAuthLogin
### Create Note
### Edit Note
### Side Menu
### Notes
### DeleteNote