Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 905 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 905 Bytes

dhbw_electron_project

Topic

This little application is for a university project at the DHBW Mannheim. It is supposed the help the administration of the utilities from your house.

Electron

The application is created with Electron. Therefore it is basically a website which gets run as a desktop application.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.

First a local MySQL Database must be started. The database date can be imported from the folder db with database.sql.

Then from your command line:

# Clone this repository
git clone https://github.com/ichrist/dhbw_electron_project
# Go into the repository
cd dhbw_electron_project
# Install dependencies
npm install
# Run the app
npm start