Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 624 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 624 Bytes

Projectaty-Web-Service

This is a websersvice created by Flask.

  • Makes a connection to a Mysql database
  • Urls on the Local host
  • Diffrent queries are called within subdomains
    • user
    • task
    • project
    • team

To start the webservice and use the urls genrated,

Blueprints are utilized, these are the subdomains to reach the data:

  • /user
  • /task
  • /team
  • /project

Resources

https://realpython.com/flask-project/