Skip to content

quartercastle/2-semesterprojekt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

54 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

2. Semesterprojekt

Get started

Clone this repository to a local directory.

git clone https://github.com/kvartborg/2-semesterprojekt

Open the cloned repository in your NetBeans IDE and everything should be working out of the box. If you dont use NetBeans you can compile the project with nbcompile directly from the terminal.

Authors

Configuration

Create a new file named PostgreSQLConfig.java within src.config package. This files should include the authentication credentials for the postgres database.

public class PostgreSQLConfig {
  public String host = "jdbc:postgresql://localhost:5432";
  public String user = "user";
  public String password = "password";
}

License

This project is licensed under the MIT License.

About

๐Ÿ“šโ˜•๏ธ๐Ÿ’ป Prototype of Sensum Udred.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages