Skip to content

ViktoriyaRyazhska/StudHubServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudHubServer

RESTfull application created by students of SoftServe IT Academy

Getting Started

To start working on this project please add application.properties file in the root directory of the project (next to README.md and .gitignore) containing the same info as application.properties file in src/main/resources/ directory, but change ${...} values to your local credentials.

Running Application

To automatically create database with test data run the next command prompt (run only once)

mvn clean install -D skip.db.init=false

To run the application

mvn spring-boot:run

To recompile the application (run always if db is already created)

mvn clean install

Additional Info

When launching project for the first time, you have to load client and server both and allow your browser to work with insecure connection. To do so, when getting warning screen you have to click 'show advanced' and let browser continue work with unregistered certificate.

Facebook login

Please add next lines to local application properties:

#Facebook Properties spring.social.facebook.appId= spring.social.facebook.appSecret=

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.9%
  • TSQL 11.1%
  • HTML 8.0%