Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 532 Bytes

File metadata and controls

30 lines (21 loc) · 532 Bytes

Chronicle API 🧠⚙️

Backend service powering Chronicle.

Built with NestJS, TypeORM, and PostgreSQL, this API handles authentication, content management, community interactions, and future blockchain integrations.


🚀 Tech Stack

  • NestJS
  • TypeORM
  • PostgreSQL
  • JWT Authentication
  • RESTful APIs

📦 Requirements

  • Node.js >= 18
  • PostgreSQL >= 14
  • Yarn or npm

⚙️ Setup Instructions

git clone https://github.com/your-org/chronicle-api.git
cd chronicle-api
npm install