Skip to content

kuhuisien/xyz-feedback-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XYZ Feedback Portal Service

This project builds REST APIs to be consumed by XYZ feedback portal.

Built with SpringBoot + MySQL.

Accessing the deployed API endpoints here.

Running locally

  • Open the project with any java IDE (e.g. Eclipse).
  • Right Click FeedbackportalServiceRestApplication.java and choose 'Run as java application'.

Deploying

  • This project is deployed with Heroku with ClearDB MySQL Add-on.

  • Log in to Heroku.

heroku login
  • Key in the credential when prompted.
  • Push the commited change to Heroku.
git push heroku master
  • You may verify deployment by accessing logs.
heroku logs
  • To connect to database, you may use Sequal Pro (mac) or MySql Workbench (Windows). Key in host, username and password respectively, which can be found in environment variable JDBC_DATABASE_URL.
heroku run -a [appName] printenv

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages