Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 775 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 775 Bytes

ESC DocGen [POC]

Document generator tool to facilitate internal document process in ESC organization (especially for secretary).

cover

Features

  • Generate document from template
  • Generate document from .toml file
  • Fetch data from a database

Document Types

  • (1) Location Permit
  • (0) Project Proposal
  • (3) Sponsorship Request
  • (6) Event Report
  • (7) Financial Report
  • (8) Money Request
  • (AT) Attendance List

Setup

Make sure you have Node.js and pnpm installed.

  1. Clone this repository
git clone https://github.com/esc-chula/esc-docgen.git
  1. Install dependencies
pnpm install
  1. Run the app
pnpm start