Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 669 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 669 Bytes

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