OpenMorningstar

screenshot of OpenMorningstar
django
vite
vue
scss
tailwind
daisyui

晨星小站

Overview

This product is a web application developed using a stack of front-end and back-end technologies. It includes features for development, deployment, testing, and integration. The application utilizes various tools and frameworks such as Sass, TailwindCSS, DaisyUI, Vue3, NaiveUI, Django, DRF, Redis, MySQL, Docker, Nginx, Fabric, Supervisor, Coverage, Vitest, Github Action, PyTorch, and TensorBoard. The deployment process involves setting up the environment, installing necessary dependencies, and automating deployments using provided scripts.

Features

  • Front-end: Sass, TailwindCSS, DaisyUI, Vue3, NaiveUI
  • Back-end: Django, DRF, Redis, MySQL
  • Deployment: Docker, Nginx, Fabric, Supervisor
  • Testing: Coverage, Vitest
  • Integration: Github Action
  • AI: PyTorch, TensorBoard

Summary

This web application uses a wide range of technologies and frameworks to offer front-end features like Sass, TailwindCSS, DaisyUI, Vue3, and NaiveUI, as well as back-end capabilities using Django, DRF, Redis, and MySQL. The deployment process involves Docker, Nginx, Fabric, and Supervisor, and testing is conducted using Coverage and Vitest. Integration with Github Action is supported, and AI functionalities are provided through PyTorch and TensorBoard. The installation guide includes steps for setting up the environment and installing the necessary dependencies.

django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

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.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.