WHAT TO DO: 1. off-top-python has a bunch of services living in backend-services/app.py which needs to split up into different files. 2. Create a file in the Services folder and move the service relating to the domain of that service. 3. For example, userSessionDuration () can be moved to a service called UserReports.py 4. getAllSessions() can be moved to SessionServices.py TASK IS DONE WHEN: 1. You're able to call all services in postman without anything breaking RESOURCES: 1. https://github.com/BeeSafe/beesafe-services/tree/master/flask/Controllers 2. https://flask.palletsprojects.com/en/1.1.x/blueprints/
WHAT TO DO:
TASK IS DONE WHEN:
RESOURCES: