1.4. Technical Stack Documentation - tjmisko/sspi-data-webapp GitHub Wiki
Reading technical documentation is an extremely underrated way to become knowledgable about the tools you're using in our age of large language model generated text and stack overflow. The friendly manual usually has what you need to know, and more; and that more may come in handy later.
- Python: Python is the primary programming lanaguage for the application.
- MongoDB: MongoDB is the database backend we use.
- PyMongo: PyMongo is what we use to talk to MongoDB from Python, especially the collection operations section, which defines available operations on collections.
- Flask: Flask is the backend web framework we use.
- Chart.js: Chart.js is the library we use to make interactive charts for the web.