Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kwakubiney/wallet
- Owner: kwakubiney
- Created: 2023-11-08T08:24:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T19:35:46.000Z (about 1 year ago)
- Last Synced: 2024-10-13T19:08:37.000Z (2 months ago)
- Language: C#
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.