Skip to content

procnet0/SQLITE-Database-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLITE-database-Viewer

This project is a SQLITE user-database Viewer, with Java in backend and JavaScript in front-end. In order to work the database need to contain at least one column named 'age' and one other column. When you select a column name, the application display the Top 100 value in this column

  • the number of user with this value, and the average Age of user with this value.

Getting Started

To run this locally

Install Maven. Clone this repo to your file system Build with Maven In STS On windows go on [your-folder]/src/main/resources/ * right-clic on sqlite-jdbc-3.21.0.jar * ->build-path * ->add to build path Then Start server as spring boot app. You will be able to access the site at http://localhost:8080.

Running

Base functionality: Select a databse/table/column to see the associated result appears.

Additionnal functionality: Add a sqlite database to the server. Database's table must have one "age" column plus one other column at least.

THINGS TO DO:

-make Rest call from front with :
	-Actual offset if there is.
	
Deploy to Heroku.

Implements Unit test.

Built With

Authors

  • Vincent Balart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published