Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.12 KB

Getting Started

This is project is setup on vscode, please do well to configure it work your IDE of choice.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Database

The Database used is found in the db file which can just be imported and pasted to create the databases and various tables needed.

#Database part In the Database files directory, we have the db script which can be exported into mysql server or mariaDB server to create the databases and tables used. Its a simple app though

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.