yarkhinephyo / wayfinder-server

Backend server for the Wayfinder app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wayfinder Server

Requirements

For building and running the application locally you need:

Running the application locally

  1. Run PostgreSQL locally
docker run --rm -e POSTGRES_PASSWORD=password -e POSTGRES_DB=wayfinder -e POSTGRES_USER=postgres postgres:13.3
  1. To run the Spring Boot application locally, execute the main method in the com.wayfinder.app.Application class from your IDE.
  2. Test the endpoints with Postman collections (Refer to docs)

Deployment Configurations

Edit the configurations accordingly at src/main/resources/application-default.properties

spring.datasource.url=
spring.datasource.username=
spring.datasource.password=

jwt.secret=

About

Backend server for the Wayfinder app


Languages

Language:Java 100.0%