Skip to content

siammaruf/cofixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cofixer

Cofixer — AI Agency & Technology full-stack platform. NestJS backend + React 19 frontend with SSR.


Stack

Layer Technology
Backend NestJS v11
Frontend React 19 + React Router 7
Database PostgreSQL 16
Cache Redis 7
Styling Tailwind CSS 4

Quick Start

# 1. Start infrastructure
docker-compose up -d

# 2. Start backend
cd backend && npm install && npm run start:dev

# 3. Start frontend (new terminal)
cd frontend && npm install && npm run dev

Structure

cofixer/
├── backend/        # NestJS API
├── frontend/       # React 19 unified app (public + dashboard)
├── .project/       # Project docs
└── docker-compose.yml

Development

Service Command URL
Backend cd backend && npm run start:dev http://localhost:3000
Frontend cd frontend && npm run dev http://localhost:5173

Docs


License

Proprietary — CoFixer

About

Full-stack web platform: NestJS backend + React 19 frontend. JWT auth with AES-256-GCM cookies, CSRF protection, CMS modules, RBAC, i18n (en/ko), PostgreSQL + Redis, Swagger docs, Docker Compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors