Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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.