Skip to content

rebekkabb/shopping-list-app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopping-list-app-server

This is the server for my shopping list application (https://github.com/rebekkabb/Shopping-list-app), created for the Mobilab test assignment.

Running it on you own computer locally

  1. Make sure an instance of Postgre is running

  2. Define the right env variables (ones in application.properties)

SHOPPING_LIST_APP_DB_URL - url of the host containing port and database name
SHOPPING_LIST_APP_DB_USERNAME
SHOPPING_LIST_APP_DB_PASSWORD
  1. Initialize the tables in the database using the db/init.sql file. NB: Make sure schema the data is initialized in is the default schema for the database

  2. The server can be ran with gradlew.bat bootRun

Or you can use the one I deployed on Heroku

https://desolate-tundra-54863.herokuapp.com/

Releases

No releases published

Packages

No packages published

Languages