atnjqt / compassionapp

Repository documenting sample code testing the Instagram/Facebook Basic API functionality for a Docker Composed React-Flask-MongoDB web application to serve as a Proof Of Concept for a Compassion mobile app
0 stars 0 forks source link

Development - Flask Backend #1

Closed atnjqt closed 2 years ago

atnjqt commented 2 years ago

I used the Docker Compose Awesome repo here as my starting reference but found a nice boilerplate for react-flask-mongodb here: https://github.com/jtcarse/react-flask-mongo. This PR is to merge these changes to main to setup our dev stack.

We can focus on React frontend to have a nice user experience and Flask backend to have our API using pymongo (though in this case the React app does the Instagram API call for user get media to fill the pages.. perhaps this could read media post items from database collection).