GithubHelp home page GithubHelp logo

app-generator / docs Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 21.49 MB

App Generator - The Official Documentation | AppSeed

Home Page: https://docs.appseed.us

JavaScript 60.60% CSS 36.70% HTML 0.46% MDX 2.24%
app-generator appseed docs docusaurus docusarus docusaurus-documentation docusaurus-theme docusaurus2 appseed-docs

docs's Introduction

description
The official documentation of the service.

Research and Innovation-oriented StartUp for developers - Read more about the team and service terms.

AppSeed - Automation platform for developers.


AppSeed is a platform that uses in-house developed automation tools to cut the manual work usually involved in web development.

The App Generator is an automated workflow that consumes flat, lifeless UI Kits and builds starters in different patterns and languages: MVC, two-tier architecture, full-stack,SPA ..etc.

๐Ÿ‘‰ Read the full story published on Medium

The product is self-funded, mainly driven by open-source and comunity members connected to the service via diferrent funnels (Email, Newletter) and Discord (1k+ members).


Services and Products

  • ๐Ÿš€ PRO Accounts via $49/yr (annual subscription)
    • 40%OFF applicable to all products & licenses
    • 24/7 fast support via Email and Discord
    • Private Access to all internal tools: OpenAPI Editor, parsers and generators.
  • ๐ŸŽ Permanent Discounts: Black PRO, Argon BS4 PRO, Gradient Able
  • โœ… App Generator - build full-stack apps (free service)
  • โœ… OpenApi - in-browser editor (free service)
  • โœ… Developer tools: Dynamic Services and API generators
  • โœ… Pre-Built admin dashboards - free & paid
  • โœ… Free Apps of Flask, Django, React and FastAPI
  • โš™๏ธ Two tiers Support:
    • Free: monday-friday, Email & Discord, 10-18 EET
    • PRO: 24/7 fast support ๐Ÿš€, PRO accounts ONLY

Web Apps & Dashboards generated by AppSeed.


Rocket Django Tailwind

The Django boilerplate has all you need to build your SaaS, Analytics tool, or any other type of Web App. From idea to production in 5 minutes.

Features: Django โ€ข Tailwind โ€ข API (DRF) โ€ข Celery Beat โ€ข DataTables โ€ข Charts โ€ข Docker โ€ข CI/CD.


Free Version PRO Version Custom Development
โœ“ Django 4.2.9 Everything in Free, plus: Everything in PRO, plus:
โœ“ Best Practices โœ… OAuth GitHub โœ… 1mo Custom Development
โœ“ TailwindCSS/Flowbite โœ… Enhanced Charts โœ… Team: PM, Developer, Tester
โœ“ Extended User Model โœ… Enhanced DataTables โœ… Weekly Sprints
โœ“ Simple Charts โœ… Media Files Manager โœ… Technical SPECS
โœ“ Simple DataTables โœ… Multi-Language (i18n) Support โœ… Documentation
โœ“ API via DRF โœ… Sentry Error Reporting โœ… 30 days Delivery Warranty
โœ“ Celery Beat โœ… PRO Support - Email & Discord -
โœ“ Docker โœ… Unlimited Projects -
โœ“ CI/CD Flow via Render โœ… Private REPO Access -
โœ“ Free Support (GitHub Issues) โœ… Lifetime Updates -
- - -
------------------------------------ ------------------------------------ ------------------------------------
๐Ÿš€ LIVE Demo ๐Ÿš€ LIVE Demo ๐Ÿ›’ Order: $3,999 (GUMROAD)

Free Django Dashboard and Admin Template - Rocket Django.


docs's People

Contributors

app-generator avatar benfaruna avatar dha-stix avatar kiptoo avatar koladev32 avatar mahfujul-helios avatar onattech avatar rasel-helios avatar sgnd avatar

Watchers

 avatar  avatar  avatar  avatar

docs's Issues

Ubuntu - Getting Started

Related DOCS page: Getting Started with Ubuntu

Topics

  • Ubuntu a short history
  • Ubuntu How to install it
    • Laptop (using a bootable image)
    • In a virtual machine via VirtualBox
  • How to manage the system using the CLI
    • sudo
  • Install the recommended packages for programming
  • How to add/remove users via CLI
  • How to install packages
  • How to install MySql
  • How to install Python3
  • How to install Mysql
  • How to install PostgreSQL
  • How to install Redis
  • How to install Mongo
  • Services: how to create/suspend a service
  • CRON: create, list, and remove jobs

ENH - Dark Mode Management

Hello @kiptoo

The Dark-MOde usage should be the following:

  • app starts in white mode at first access
  • the theme (dark or light) should be persistent across access:
    • if the user leaves the site in dark mode, the dark mode should be active when the returns
    • same for the white-mode

Please take a look. Ty!

404 Event - Not Triggered

Hello @kiptoo

Seems that the 404 event is not properly handled or is not active.
This case is not managed at DOCS level and seems to be handled by the hosting server.

Please take a look. Ty!

image

Django - Simple Charts

Links:

Topics

  • Set UP a basic Django project
  • Install Material Design
  • Create a Sales Model with fields:
    • product, string
    • price, int
    • currency, string (usd, eur)
    • country, string
    • purchase_date, Unix timestamp
  • The main page will showcase three charts:
    • Bar Chart
    • Line Chart
    • PIE Chart
  • Full implementation as for beginners
    • The information is computed on the server side

Django - Simple Charts

Django - How to integrate with MongoDB

Step by Step tutorial


Topics

  • What is MongoDB
  • Why is different compared with relational DBMS like MySql, PostgreSQL
  • Instal MongoDB
  • Set up a basic Django project
  • Add dependencies for MongoDB
  • Update configuration & the project to use the connection
  • Create a superuser
  • Access the ADMIN Section
  • Visualize the data in MongoDB
  • Style the project using Soft Admin Theme
  • Conclusions
  • Resources Section

JS/React/NextJs - Topics Planning

Hello @dha-stix

The documentation needs to have coherent planning regarding:

  • Javascript: 10 topics (starting from simple ones)
  • React: 10 topics (starting from simple ones)
  • NextJS: 10 topics (starting from simple ones)

The planning needs to take care of the correlation between the frameworks.
Some input already published on AppSeed Blog that can be used to structure the information

The new topics need to be added on these pages:

Please proceed with the task.
Ty!

Javascript - Spread Operator

Project Milestones & Quality Check

This is the general tracker (not a real issue)

The tasks & the associated priority

  • Phase 1: Code the Docusaurus core
  • Phase 2: Migrate the Basic structure from the source directory
  • Phase 3: Code a nice theme
  • Phase 4: Migrate entire content

For questions please contact AppSeed via < support @ appseed.us >

CentOS - Getting Started

Related DOCS page: Getting Started with CentOS

Topics

  • Ubuntu a short history
  • Ubuntu How to install it
    • Laptop (using a bootable image)
    • In a virtual machine via VirtualBox
  • How to manage the system using the CLI
    • sudo
  • Install the recommended packages for programming
  • How to add/remove users via CLI
  • How to install packages
  • How to install MySql
  • How to install Python3
  • How to install Mysql
  • How to install PostgreSQL
  • How to install Redis
  • How to install Mongo
  • Services: how to create/suspend a service
  • CRON: create, list, and remove jobs

Django - Charts via Plotly

Links:

Topics

  • Set UP a basic Django project
  • Install Material Design
  • Create a Sales Model with fields:
    • product, string
    • price, int
    • currency, string (usd, eur)
    • country, string
    • purchase_date, Unix timestamp
  • The main page will showcase three charts:
    • Bar Chart
    • Line Chart
    • PIE Chart
  • Full implementation for beginners
    • The information is computed on the server side using Plotly

Django - Simple Charts

Django - API and Chart.JS

Links:

Topics

  • Set UP a basic Django project
  • Install Material Design
  • Create a Sales Model with fields:
    • product, string
    • price, int
    • currency, string (usd, eur)
    • country, string
    • purchase_date, Unix timestamp
  • The main page will showcase three charts:
    • Bar Chart
    • Line Chart
    • PIE Chart
  • Full implementation for beginners

Django - Simple Charts

Django: Wizard steps & options

I'd like to see how I can display different options based on selections with the Wizard plugin. An example is getting user's interests to show them articles relating to the selected topics. In this scenario the first step will ask the user to select topics (Tech, Business, ....). If the user select Tech and clicks next then sub categories inside of Tech will be displayed for selection like Programming, Hardware, Security. Since the user didn't select business in the first step then the second step will omit selections under business like Marketing, Sales or Leadership.

The options should come from the database and the options selected should be commited to the DB as well.

I am looking for a doc that shows how to do conditional JS and tie it to the Wizard plugin.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.