https://github.com/soumarcelo/outside-server
A Restful API server for Outside Events Platform
https://github.com/soumarcelo/outside-server
asp-net-core authorization c-sharp jwt-authentication rest-api sqlite3
Last synced: 4 months ago
JSON representation
A Restful API server for Outside Events Platform
- Host: GitHub
- URL: https://github.com/soumarcelo/outside-server
- Owner: soumarcelo
- Created: 2024-07-05T16:03:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T23:18:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T06:11:57.661Z (over 1 year ago)
- Topics: asp-net-core, authorization, c-sharp, jwt-authentication, rest-api, sqlite3
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Outside Server
## Requirements
- Visual Studio 2022;
## Pending
- [x] Authentication flow;
- [x] Authorization flow;
- [x] Sign Up flow;
- [x] CRUD for Event;
- [x] Implement Geocoding API (Google Maps) client to get Geo location data;
- [ ] Filter Events;
- [x] CRUD for Event Location;
- [x] Create ticket allotments for Event;
- [x] Show ticket allotments for Event;
- [ ] Update ticket allotments for Event;
- [ ] Delete ticket allotments for Event;
- [ ] Checkout flow;
- [ ] Add Monitoring Service (Grafana);
More detailed tasks: [Trello](https://trello.com/b/NyUphhWZ/outside) (Private)