aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2023-12-03setting invoice number as 1 if no invoices existv0.2.1Vidhu Kant Sharma
2023-12-03auto-generate invoice numberv0.2.0Vidhu Kant Sharma
2023-12-03replaced production_mode with debug_mode in config filev0.1.0Vidhu Kant Sharma
2023-12-02add customer contact info to invoicev0.0.14Vidhu Kant Sharma
2023-10-09checking user while adding and removing invoice itemsv0.0.13Vidhu Kant Sharma
2023-10-09added route to add items to invoicev0.0.12Vidhu Kant Sharma
2023-10-05added invoice route (barebones)v0.0.11Vidhu Kant Sharma
2023-10-04added basic token refreshingv0.0.10Vidhu Kant Sharma
2023-09-10actually hashing and comparing passwords (not empty strings)v0.0.9Vidhu Kant Sharma
2023-09-10using better error messages for 409 Conflictv0.0.8Vidhu Kant Sharma
2023-09-10validating email upon user sign upv0.0.7Vidhu Kant Sharma
2023-09-09logging in with either username or emailv0.0.6Vidhu Kant Sharma
2023-09-03deleting addresses upon customer deletionv0.0.5Vidhu Kant Sharma
2023-09-03validating phone number and websitev0.0.4Vidhu Kant Sharma
2023-09-03validating email addressesv0.0.3Vidhu Kant Sharma
2023-09-03validating config filev0.0.2Vidhu Kant Sharma
2023-09-03added pretty startup messagesVidhu Kant Sharma
2023-09-03added JWT authorization middlewareVidhu Kant Sharma
2023-09-02added sign-inVidhu Kant Sharma
2023-09-02first commitv0.0.1Vidhu Kant Sharma