Skip to content

Web application for the management of electric street lights inside or outside an urban area

License

Notifications You must be signed in to change notification settings

3pi-Dev/cityzen-lights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

cityzen-lights

Web application for the management of electric street lights inside or outside an urban area

Built With

Description

This project is part of an integrated electric luminaire management system. In the code you will find the client app through which the users can view information about all electrical appliances, manage them (open/close) and export various usage statistics through the reports that are available. An Sql Server database dump file is also included with the schema of the database which the client links to.
*The database should be seted up for all devices to store their data in it.

Installation

  1. create a new SQL Server database & import the dump file (DB/db.sql)
  2. Clone the repo in your localhost folder or your web server
    git clone https://github.com/3pi-Dev/cityzen-lights.git
  3. Open the file api/libs/mssql.php and add all needed information ($host,$user,$password,$database,$schema) about the DB you created in step 1
  4. Open a browser & navigate to your localhost or your domain

About

Web application for the management of electric street lights inside or outside an urban area

Topics

Resources

License

Stars

Watchers

Forks