Skip to content

Cep Search: Java app using ViaCep to find Brazilian addresses by postal code. Shows Java basics for starting projects. πŸ πŸ‡§πŸ‡·βœ‰οΈ

License

Notifications You must be signed in to change notification settings

douglasrmsantos/cep-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cep Search

Project Status : βœ”οΈ

Description

Cep Search is a basic Java application that uses the ViaCep Webservice to retrieve and display address information based on a provided Brazilian postal code (CEP). It was created to demonstrate fundamental Java programming concepts and can serve as a starting point for more complex projects.

How to Download the Application πŸ”°

You can download the source code of Interactive Book directly from GitHub. There are two ways to do this:

Download via ZIP

  1. Go to the Cep Search on GitHub.
  2. Click on the "Code" button located in the top right corner of the repository.
  3. Select the "Download ZIP" option.
  4. Extract the ZIP file to a directory of your choice.

Download via Git

  1. Open the terminal (or command prompt) and navigate to the directory where you want to download the code.
  2. Execute the following command:
$ git clone https://github.com/Douglas-Rafael/cep-search.git

How to Run the Application in the Terminal ⏯️

To run the application, you need to have the Java Development Kit (JDK) installed on your system.

  1. Open the terminal (or command prompt) and navigate to the root directory of the project (where the InteractiveBook.java file is located).
  2. Compile the program using
javac InteractiveBook.java
  1. Run the compiled program using the following command:
java InteractiveBook

Tools Used πŸ› οΈ

Interactive Book was developed using the following tools:

Java: Programming language used to implement the application.

Visual Studio Code: IDE (Integrated Development Environment) used to write and debug the code.

Git: Version control system used to manage the project's source code.

Gson: Gson is a Java library developed by Google for effortless serialization and deserialization of Java objects to and from JSON format.

Via Cep Webservice: The address information is sourced from the Via Cep Webservice, a reliable database of Brazilian postal codes (CEPs).

About

Cep Search: Java app using ViaCep to find Brazilian addresses by postal code. Shows Java basics for starting projects. πŸ πŸ‡§πŸ‡·βœ‰οΈ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages