Skip to content

The server managing data sent from camera and to website.

Notifications You must be signed in to change notification settings

L-Bot-AU/backend-server-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

backend-server

This is the code for the backend server which manages the library system's database, updates it with incoming requests from the library camera and sends data to the dashboard website and the librarian interface.

To setup:

  • Run pip install -r requirements.txt
  • Uncomment restartdb() and os.remove("libray_usage.db") if your database is already created and don't want to replace it with a new one
  • Run client_side_interface.py with a python interpreter and replace the value of KEY with a more secure one (the counter's will need to be updated as well)

About

The server managing data sent from camera and to website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages