Sustainable Computing Research Group (SCoRe)
[Bassa] Breakdown REST.py into manageable sub parts
I think we should break the REST.py
into several parts as following,
Rename REST.py into Server.py
Create a directory as Routes/ and put an index.py
Create a User.py in Routes
and add all the User related routes there.
Create a Download.py in Routes
and add all the Download related routes there.
etc.
And finally, import all these Route files in Routes
directory into index.py
and then import this Routes into new Server.py
Task tags
Students who completed this task
Padam Chopra