Compare commits
2 commits
e590eece7a
...
c6d0bb8dca
| Author | SHA1 | Date | |
|---|---|---|---|
| c6d0bb8dca | |||
| 4a801fc12d |
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -1,20 +1,25 @@
|
||||||
# vbytes-lan-registration
|
# vbytes-lan-registration
|
||||||
|
|
||||||
Micro Service For Registering For An Event
|
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