Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kwakubiney/wallet

Simple wallet management system
https://github.com/kwakubiney/wallet

Last synced: about 1 month ago
JSON representation

Simple wallet management system

Awesome Lists containing this project

README

        

# wallet
Simple wallet management system

# Demo
1. [Part 1](https://www.loom.com/share/0fa332fc5d0547f7aba4ee2d10b3ed44?sid=17ebdd23-1b90-4ccf-af51-79dd71ea0b37)
2. [Part 2](https://www.loom.com/share/7353d6c6b3f1446cb298f4aaf8e4ed37?sid=163ff385-a49c-49fe-8c8c-509f4f38cb1e)

# How to run

1. Replace `***` placeholders in `appsettings.json` to set up your PostgreSQL database and JWT secret key.
2. Run `dotnet ef database update` to apply database migrations.
3. Run `dotnet run` to spin up the HTTP server.
4. Visit [this link](http://localhost:5020/swagger/) for documentation.