Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


LoginPage

### Register


RegisterPage

### Profile


ProfilePage

### OAuthLogin


OAuthLoader

### Create Note


CreateNote

### Edit Note


EditNote

### Side Menu


SideMenu

### Notes


Notes

### DeleteNote


DeleteNote