jacob-macleod / Dolphin-Flashcard-App

http://www.dolphinflashcards.com
MIT License
1 stars 3 forks source link

Initial code #1

Closed jacob-macleod closed 6 months ago

jacob-macleod commented 6 months ago

Develop initial code to return an HTML template when the right URL is entered. The code should also:

jacob-macleod commented 6 months ago

Firebase will instead be used for the database. Because of this, the server side docker container needs to be private because it interacts with the database. In the future, different approaches could be used to resolve this issue - the obvious one is passing the docker container the firebase key which passes it to the python code