Skip to content

Backend, including database, flask webserver and maybe more

Notifications You must be signed in to change notification settings

InteractiveOfficeProject/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start the Server:


sqlite3 server/interactive_office.db < server/schema.sql
export FLASK_APP=server/server.py
export FLASK_DEBUG=true
flask run


The application will then listen to port 5000. The available routes are
documented at http://pivanics.users.cs.helsinki.fi/interactive-office-api-documentation

About

Backend, including database, flask webserver and maybe more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published