Skip to content

A simple client and server program that sends api calls to the server, which reads/writes to a local SQLite database.

License

Notifications You must be signed in to change notification settings

austinchen12/FitnessTracker

Repository files navigation

FitnessTracker is a program acting as a client, first authenticating with a username/password combination and then writing or reading to the server-side database. Uses HttpClient and api calls from ApiHelperMethods to FitnessTrackerApi. FitnessTrackerApi accesses a local SQLite database and writes/reads entries from the database.

In FitnessTrackerApi, there is config.txt which specifies the full path of the database. Database tables are described by the corresponding models.

About

A simple client and server program that sends api calls to the server, which reads/writes to a local SQLite database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages