Course project by @moxicom
- Client - C# WPF MVVM using RestSharp
- Server - Golang gin
- Database - postgres
- Replace
baseUrl
with the one you need inApp.xaml.cs
file - Build and run application
- Set correct db conection in
APIServer/internal/db/db_functions.go
file - Run
cmd/main.go
- GET
/auth
- GET
/users
- DELETE
/users/:user_id
- POST
/users
- PUT
/users/:user_id
- GET
/categories
- GET
/categories/:category_id
- GET
/categories/:category_id/title
- POST
/categories
- DELETE
/categories/:category_id
- PUT
/categories/:category_id
- DELETE
/items/:item_id
- POST
/items
- PUT
/items/item_id