aboutsummaryrefslogtreecommitdiff
path: root/server/main.go
AgeCommit message (Collapse)Author
2021-06-24switching to typescriptMikunoNaka
2021-06-13seperated the router into another moduleMikunoNaka
2021-06-13implement API route for usersMikunoNaka
2021-06-11cleaned up some code and fixed formatter for the client name/addressMikunoNaka
2021-05-05fixed broken API routes and css glitch in formMikunoNaka
2021-05-02defined (working) api route to register a new client/personMikunoNaka
2021-05-01defined api group to handle DB functions regarding people/customersMikunoNaka
2021-05-01divided package database into multiple files for easeMikunoNaka
2021-04-30added more columns for gst, category and brand of productMikunoNaka
2021-04-28New Feature: Ability to register new items in the databaseMikunoNaka
2021-04-28implemented a small package to get items from sqlite dbMikunoNaka
2021-04-27created a package to talk with a database but it only prints hello...MikunoNaka
2021-04-27licenced the software with MITMikunoNaka
2021-04-26FINALLY THE BACKEND AND FRONT END ARE TALKING NOWMikunoNaka
2021-04-26implemented basic api for server to send items in JSONMikunoNaka
2021-04-25added functionality to calculate the price after applying the discount on ↵MikunoNaka
each product
2021-04-18created a server to just serve the static appMikunoNaka