Skip to content

Java utilities project. Basic core functionalities.

Notifications You must be signed in to change notification settings

Jlopezv2050/toolBox

Repository files navigation

toolBox

Java utilities project. Basic core functionalities.

Getting Started

Almost all classes are within a Java feature or section and has it's own main class. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Up to now is only tested with intelliJ 18 Community.

For database section you need docker and docker-compose installed. If you haven't installed yet I recommend:

Digital Ocean Community Docker Installation Tutorial

Digital Ocean Community DockerCompose Installation Tutorial

DataBase Section

In order to avoid the database instalation a docker with a PostgreSQL and PgAdmin has been attached.

Up postgreSQL:

$ cd /pathToolBoxProject
$ docker-compose up postgresql

Up pgAdmin:

$ cd /pathToolBoxProject
$ docker-compose up pgAdmin

Access postgreSQL via plsql:

$ docker exe -it toolbox_postgresql_1 -U postgres
postgres=# \dt

Access postgreSQL via pgAdmin4:

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

This version covers JDK.8 features.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Java utilities project. Basic core functionalities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages