Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 937 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 937 Bytes

Beow App

Getting Started

Prerequisites

Docker needs to be installed on your system.

Installation

  1. Install all the packges on both the client and server.
    cd ./client
    bun i
    cd ../server
    bun i
  2. Spin up the docker containers.
    docker-compose up
  3. Build the frontend in watch-mode.
    cd ./client/build
    bun buildEngine.ts

Todo List

Frontend

  • Finish Barebones RadioModal Component
  • Add Error Display for BuildEngine
    • TypeScript Compile Script
    • Tailwind Build Script
  • Setup Auto-Formatter for BuildEngine
  • Make BuildEngine Watch tailwind.config.js As Well

Backend

  • Set up automated database migrations via entrypoint script
  • Implement error handling and logging for backend processes

Database

  • Configure settings.py to be environment flexible (development, production, etc)