Skip to content

alextickle/trustflag-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trustflag-backend

Spring boot app that connects to Mysql database. Includes controllers for basic CRUD operations on User and Flag entities

One time set up

Dependencies
Create 'flags' database
  • create database flags
  • change root password to '' (or update connection properties in application.yml)
  • build tables and seed data by importing dump file flags_2019-11-10.sql

Build

mvn clean install

Run

$ ./run-local.sh

App will run on port 80

About

Spring Boot backend of application that won Zoohackathon 2019 San Diego ;)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published