Skip to content

Releases: datmemerboi/TDC

v3.1.2 API rebuild

02 May 18:52
4787650
Compare
Choose a tag to compare

Version 3.1 is here!

With many imporvements from a simple local system registry, TDC does much much more as a standalone API!!

Now you can manage patients, treatments, doctor appointments and generate payment invoices.

Tech stack

  • MongoDB
  • NodeJS
  • ExpressJS

You can get a detailed explanation of the API endpoints in the documentation.

Download the Dist.zip release for a light-weight build.

Version 2.0 Release

08 Jun 08:19
Compare
Choose a tag to compare

Complete Offline Implementation

The updates for complete offline implementation has been added to this release.

Modules

  • offline View, Add, Search & Update details
  • CSV <--> JSON for extended-data
  • Express.js based server for entire app
  • win-setup.bat for Windows setup and desktop shortcut

Run
npm install && npm start

Note

Exporting null data (monthly or copy) will crash the app; refrain from doing so until the necessary updates are made.

If you have pre-existing CSV data:

run node CSVtoJSON.js <filename> data.json

or

copy it into data/data.csv and run node CSVtoJSON.js

Run node CSVtoJSON.js to use the dummy data in data/data.csv.