:bar_chart: The CONP data portal
The CONP Portal is a web-based application built with Flask, a Python web framework. It requires Python 3.7 and can be run within a Python virtual environment. The application utilizes a database, with SQLite3 recommended for testing purposes. The application can be tested using the pytest framework and follows coding standards for maintainability and readability.
The CONP Portal is a Flask-based web application that requires Python 3.7 and utilizes a database. It can be installed within a Python virtual environment and follows coding standards for maintainability and readability. Additionally, the application can be tested using the pytest framework and experimental testing cases are being explored with AWS Cloud 9. The CONP Portal is deployed on Heroku, with more information to be available soon.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.