Skip to content

This is a command line project using java regarding the corona cases in Telangana. It is involved with the database Mysql. The cases can be updated frequently and there are various options like inserting new record, deleting a record, retrieving the data by using ID, zone & total cases. Also, the average cases per day can also be retrieved.

Notifications You must be signed in to change notification settings

varshith-alladi/Coronalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

-> This is a command line based project on Corona Cases across 
various districts in Telangana.

-> Steps to run the Program :
     
	(i) Create a database named "miniproj" in your Mysql Workbench.
	(ii) type "java App" on the command line.
	(iii) you can now see a help menu. Now, type the command along with "java App".
			For example, to create a table type "java App -create" and the table will be created.
	(iv) There are various operations that you can do which are mentioned in the help menu.

About

This is a command line project using java regarding the corona cases in Telangana. It is involved with the database Mysql. The cases can be updated frequently and there are various options like inserting new record, deleting a record, retrieving the data by using ID, zone & total cases. Also, the average cases per day can also be retrieved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages