Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 819 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 819 Bytes

JWT Spring App

This is a project using jwt as the security.

Getting Started

Techstack Used

How to run the app

  1. Open the app in the IDE of your choice

  2. Open the terminal and git clone the master branch

  3. Make sure you have docker and docker-compose installed.

  4. Run docker-compose up in the terminal. This will create a postgres database with users_db.

  5. While still in the terminal , run ./mvnw spring-boot:run

  6. The server will start on http://localhost:8080