Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kar-dim/reactmealsts_backend
My implementation of Maximilian's "React Meals" (NET/Spring backend) https://www.udemy.com/course/react-the-complete-guide-incl-redux/
https://github.com/kar-dim/reactmealsts_backend
api backend csharp efcore hibernate-jpa java net spring
Last synced: 4 days ago
JSON representation
My implementation of Maximilian's "React Meals" (NET/Spring backend) https://www.udemy.com/course/react-the-complete-guide-incl-redux/
- Host: GitHub
- URL: https://github.com/kar-dim/reactmealsts_backend
- Owner: kar-dim
- License: mit
- Created: 2022-12-21T11:58:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T19:15:13.000Z (24 days ago)
- Last Synced: 2024-12-15T20:25:12.306Z (24 days ago)
- Topics: api, backend, csharp, efcore, hibernate-jpa, java, net, spring
- Language: C#
- Homepage:
- Size: 1.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactMealsTS_BackEnd
This is the backend (.NET/Java Backend) of my own implementation [Link](https://github.com/kar-dim/ReactMealsTS_FrontEnd) of Maximilian's [React Meals](https://www.udemy.com/course/react-the-complete-guide-incl-redux/) (as of 2023).This new backend implementation makes use of these features among others:
- NGROK for dev https hosting.
- EF Core (SQL Server db) for database operations.
- Auth0 Authentication/Authorization flaw (register/login, auth0 actions/claims/policies etc).Branch springboot: Backend uses Java Spring Framework and its technologies instead of .NET Core Framework.