Fix typo
This commit is contained in:
parent
d4eadc5919
commit
4a801fc12d
1 changed files with 8 additions and 3 deletions
|
|
@ -5,16 +5,21 @@ Micro Service For Registering For An Event
|
||||||
## TECH STACK
|
## TECH STACK
|
||||||
|
|
||||||
### FrontEnd
|
### FrontEnd
|
||||||
|
|
||||||
- React
|
- React
|
||||||
- ShadCN
|
- ShadCN
|
||||||
|
|
||||||
### BackEnd
|
### BackEnd
|
||||||
|
|
||||||
- .NET API Controllers
|
- .NET API Controllers
|
||||||
- Dapper
|
- Dapper
|
||||||
|
|
||||||
#### Design
|
#### Design
|
||||||
|
|
||||||
- GET Is Already Registered -- Local Database
|
- GET Is Already Registered -- Local Database
|
||||||
- GET Is Member -- Auth API
|
- GET Is Member -- Auth API
|
||||||
- POST Regsiter Member For Event -- Main Database
|
- POST Register Member For Event -- Main Database
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
- Postgres
|
- Postgres
|
||||||
Loading…
Reference in a new issue