Skip to content

antonva/podypus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8509d54 · Feb 26, 2020
Oct 14, 2019
Feb 26, 2020
Oct 25, 2019
Oct 27, 2019
Nov 3, 2019
Oct 10, 2019
Oct 14, 2019
Nov 26, 2019

Repository files navigation

podypus

A podcast player

This is a group project created for HBV501G Software project 1

Contributing

The group uses Intellij Idea for development, Java and web dependencies are handled via Maven.

Dependencies:

  • Java 8
  • PostgreSQL
  • Maven

PostgreSQL setup:

  • TBA

##How to setup project:

  • Have Java 8 compatible compiler
  • Have IntelliJ installed
  • Have postgres installed
  • Make a postgres database named podypus with user: notandi and password: lykilord
  • Clone repo from github into local directory
  • Import in intelliJ and select maven and then click next until project opens.
  • Wait for install all dependencies and then you can run the project