Skip to content

APDA-Tech-Committee/apda-committee-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APDA Committee Blog

A full-stack blog application for the APDA Tech Committee.

Setup

Prerequisites

  • Node.js 22+
  • npm

Installation

  1. Clone the repository
git clone <repository-url>
cd apdacommitteeblog
  1. Install dependencies
# Frontend
cd frontend
npm install

# Backend
cd ../backend
npm install

Development

Start both frontend and backend:

npm run dev

Tech Stack

  • Frontend: Vue 3 + TypeScript + Vite + TailwindCSS
  • Backend: Node.js + Express + TypeScript + Prisma

About

A modern blog page for the APDA committees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors