repositorypackage
0.0.0-20250201003636-568008b6581c
Repository: https://github.com/vovamod/bankapi.git
Documentation: pkg.go.dev
# README
BankAPI
A Bank like system with transactions that represents each user interaction and Account with User. Account must be linked to User. User may create as many accounts as he wants and save values on them as he pleases. (in other project that uses this one as backend, we implemented max 3 accounts per User)
Tasks
- Create a basic Server wrapper and load routes from data.go
- Implement some routing via func pass to method Init() for better codebase
- Add Account and User tables with CRUD ops as well
- Add middleware to verify requests and their rights
- Auth system (IDK, not needed nor requested, but maybe I'll implement that)
- Fix bugs with mongo (?)
Usage
TODO