-
-
Notifications
You must be signed in to change notification settings - Fork 1
Stack
Dallas Fraser edited this page Jan 4, 2019
·
3 revisions
Flask: the python micro web framework
Flask-SQLAlchemy: A postgres database is created by Flask-SQLAlchemy.
Flask-RESTful: used to create APIs
Heorku: hosts the the website and facebook-bot (separate applications)
Redis: used for the caching web pages and requests to make them quicker
PostGres: the database system (hosted on Heroku and creaded by Flask-SQLAlchemy)
Jinja2: the templating language used to create html pages
MongoDB: the NoSQL database that the facebook bot uses for storage