Skip to content

antonva/podypus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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