Skip to content

Jakub-Vacek/BcAppServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

BcAppServer

Todo application server, produces API for comunication with client. Based on Maven, Spring Boot 1.5.1, Derby 10.13, OrmLite 5.0, Spring Security. You need Maven installed, after that run mvn package (in project directory) to install project dependencies and compile project. To start the server run java -jar target/BcApp-1.0-SNAPSHOT.jar in project directory.

Database will contain some mock object and two user accounts - one with admin role (Login: Admin password: a) and one with user role (Login: User password: a). You can disable this feature by deleting line 13 in https://github.com/Jakub-Vacek/BcAppServer/blob/master/src/main/java/Core/Application.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages