Coder Social home page Coder Social logo

java-auth's Introduction

Java API Auth

Information

The purpose of this project is the basic authentication using JWT technology and
it can be used for any other project and can be customized. For api documentation we used
the OpenApi automated documentation generator

Installation

Follow these steps to install and run the Java Spring Maven project from the provided GitHub URL. Ensure you have Git, Java, and Maven installed on your machine before proceeding.

1. Clone the GitHub Repository

Open a terminal or command prompt and execute the following command to clone the repository to your local machine:

git clone https://github.com/Dorsone/java-auth.git

2. Navigate to the Project Directory

Change into the project directory with this command:

cd java-auth

3. Build the Project with Maven

Build the project using Maven to compile the project and download all necessary dependencies:

mvn clean install

To compile the project without running tests (to save time), use:

mvn clean install -DskipTests

4. Run the Application

If it's a Spring Boot application, start it using the following Maven command:

mvn spring-boot:run

This command launches the Spring Boot application, which includes running an embedded web server, making the application accessible through a web browser.

5. Access the Application

Once the application is up, open a web browser and navigate to http://localhost:8080 to access the application (unless the project specifies a different port).

java-auth's People

Contributors

dorsone avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.