Bestagons / quack

An app that increases the quality of life of Emory students by adding value to the experience of getting food at dining halls on campus.
https://quack-app.github.io/
MIT License
5 stars 2 forks source link

Save seating w fast api code #153

Closed MimiOlayeye closed 2 years ago

MimiOlayeye commented 2 years ago

Updated version of "save seated section" connected to API + new MongoDB collection

RafaelPiloto10 commented 2 years ago

@MimiOlayeye merge with dev and take a look at app/models/user.py. They now have a way for you to edit User data by changing variables. See app/routers/friends.py for an example

MimiOlayeye commented 2 years ago

@RafaelPiloto10 yeah! & thanks for the helpful feedback!