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

https://github.com/ariear/nutrinyan


https://github.com/ariear/nutrinyan

csharp desktop-app nutrition winforms

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# PROJECT AKHIR PBO 2025
NUTRINYAN : APLIKASI TRACKING GIZI

## Cara Pemasangan
- Pastikan koneksi ke PostgreSQL sudah terhubung dengan baik. Cek file appsettings.json.
- Pastikan mengisi ApiKey Google Ai Studio di file appsettings.json

**Migrate Database**
- Buat database terlebih dahulu

Kemudian jalankan perintah berikut :
```
dotnet ef database update
```