Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pityubak/yama
Spring Boot, React, MongoDB and Docker CRUD Web Application
https://github.com/pityubak/yama
basic-authentication docker docker-compose mongodb react reactrouter spring-boot spring-hateoas spring-security
Last synced: 20 days ago
JSON representation
Spring Boot, React, MongoDB and Docker CRUD Web Application
- Host: GitHub
- URL: https://github.com/pityubak/yama
- Owner: Pityubak
- Created: 2020-05-29T18:16:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:48:25.000Z (almost 3 years ago)
- Last Synced: 2023-03-21T14:07:57.652Z (almost 2 years ago)
- Topics: basic-authentication, docker, docker-compose, mongodb, react, reactrouter, spring-boot, spring-hateoas, spring-security
- Language: JavaScript
- Size: 36.5 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yama
Spring Boot, React, MongoDB and Docker CRUD Web Application## Story
The university assignment of my sister was making of a CRUD web application, with database and framework. My brother(@kecskener)
and I competed to find the best solution.
## First round
#### [My brother's version](https://github.com/kecskener/BushMonster):
1. Backend: NodeJS, Express
2. Database: MongoDB
3. Frontend: React
#### My version:
1. Backend: Spring Boot, Spring Hateos, Spring Security with Basic Authentication
2. Database: MongoDB
3. Frontend: React
4. Docker
#### Results
My brother won the first round(2:1), because he had better frontend.I didn’t have a concept and enough time.
## Next
#### My brother's planned version:
1. Backend: Spring Boot
2. Database: H2
3. Frontend: Angular
#### My planned version:
1. Backend: ASP.NET Core with Entity Framework and JWT
2. Database: MSSQL
3. Frontend: Angular
4. Docker