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

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

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)