Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 543 Bytes

File metadata and controls

31 lines (25 loc) · 543 Bytes

Anote Template Github Repository

This is a full-stack application template for building AI platforms using React frontend and Flask backend.

Quick Start

Frontend Setup

cd frontend
npm install
npm start

Backend Setup

cd server
pip install -r requirements.txt
flask run

Documentation

cd docs
mkdocs serve

Architecture

  • Frontend: React with Tailwind CSS
  • Backend: Flask API with MySQL
  • Documentation: MkDocs
  • Deployment: AWS S3, CloudFront, ECR, Elastic Beanstalk