Skip to content

Application, that takes user information, writes in into PostgreSQL database and then returns it to the user after signing in. Interface is made in polish, but code is understandable for english speakers.

Notifications You must be signed in to change notification settings

Elemtro/ObiektoweProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObiektoweProject

This project was created to practice database and WinForms skills. The code is functional, but there is still room for improvement.

Installation

To run this project, you will need to have Visual Studio installed on your computer.

  1. Clone this repository.
  2. Open the solution file in Visual Studio.
  3. Build the solution.
  4. Run the application.

Usage

This application is designed to take user's input, write user info into the database and then, after signing in, user can take this info and display it. Also you should create postgreSQL database "ObiektoweProject" and 3 tables using commands in SQLcommands.txt file in CSVfiles folder. You should also change your PostgreSQL user’s password to ‘2004’ (or change this property in code). Additionally, don’t forget to update the path to the CSV files to ensure that file writing works correctly. Have fun using this app (or reading this code lol).

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Push to the branch.
  5. Create a pull request.

About

Application, that takes user information, writes in into PostgreSQL database and then returns it to the user after signing in. Interface is made in polish, but code is understandable for english speakers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages