Astroplant Server

screenshot of Astroplant Server
bootstrap
scss

This project is being deprecated, see https://github.com/astroplant/astroplant-api

Overview

The AstroPlant server serves as the backbone for the innovative AstroPlant system, designed to facilitate communication between AstroPlant kits and users. Built with the Django framework, this server enables users to seamlessly view and interact with data collected from their plant monitoring systems. Its robust architecture leverages Python and MySQL to ensure stable and efficient data handling, making it an essential tool for anyone looking to optimize their indoor gardening experience.

Setting up the AstroPlant server is straightforward, requiring a few initial configurations and installations. With thorough documentation and a well-defined setup process, users can quickly get their systems up and running, connecting their plants to a sophisticated back-end interface.

Features

  • Django Framework: Utilizes the powerful Django framework for a robust and scalable back-end infrastructure.
  • Real-time Data Communication: Enables AstroPlant kits to push real-time data to the server, providing users with up-to-date monitoring.
  • MySQL Compatibility: Requires a MySQL/MariaDB database, ensuring efficient data management and retrieval.
  • Static Resource Compilation: Supports compilation of JavaScript and CSS resources using Node 8, enhancing the user interface and experience.
  • Custom Configuration: Allows users to easily configure database settings through a simple adjustments in the server settings file.
  • Deployment Options: Offers flexibility for deployment with recommended options like Nginx and uWSGI for production environments, as well as a lightweight development mode.
  • Fixture Support: Includes the ability to load provided default data for immediate setup, making initial configuration faster and easier.
  • Documentation Availability: Provides comprehensive documentation for users, ensuring assistance is readily available during the setup and customization process.
bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.