aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-13update dependencesHEADv0.10.1masterVidhu Kant Sharma
2024-07-09added logo/signature upload routesv0.10.0Vidhu Kant Sharma
2024-07-09added custom fields supportv0.9.0Vidhu Kant Sharma
2024-07-09added invoice notev0.8.0Vidhu Kant Sharma
2024-07-07added additional firm details printed on invoicev0.7.0Vidhu Kant Sharma
2024-04-06added FirmName to userv0.6.1Vidhu Kant Sharma
2024-04-05added functionality to get logged in user's datav0.6.0Vidhu Kant Sharma
2024-04-05validating username upon account creationv0.5.0Vidhu Kant Sharma
2024-04-05moved some validator logic and common structs to util packageVidhu Kant Sharma
2023-12-04added endpoint to get an invoice's items onlyv0.4.0Vidhu Kant Sharma
2023-12-04added API route to get drafts onlyv0.3.0Vidhu Kant Sharma
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-03moved contact details to customer model for simplicityVidhu Kant Sharma
2023-09-03validating config filev0.0.2Vidhu Kant Sharma
2023-09-03changed error message for brand not found when creating itemVidhu Kant Sharma
2023-09-03user can only access data generated by the same user nowVidhu Kant Sharma
2023-09-03different brands and items for different usersVidhu Kant Sharma
2023-09-03added pretty startup messagesVidhu Kant Sharma
2023-09-03different customers for different usersVidhu Kant Sharma
2023-09-03added JWT authorization middlewareVidhu Kant Sharma
2023-09-03generating an access and refresh token upon loginVidhu Kant Sharma
2023-09-03added login with idVidhu Kant Sharma
2023-09-02changed unique username error messageVidhu Kant Sharma
2023-09-02added sign-inVidhu Kant Sharma
2023-09-02first commitv0.0.1Vidhu Kant Sharma