sv3lte / conduit-ssr

Exemplary fullstack realworld application (called Conduit) in TypeScript, built with Art-Template + JWT + Koa2 + MongoDB + Mongoose, managed by pnpm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⌨️ Conduit SSR

version license Koa JWT ArtTemplate MongoDB Mongoose pnpm

💡 Introduction

pnpm-managed Koa Badge

Realworld: "The mother of all demo apps" — Exemplary SSR fullstack Medium.com clone (called Conduit) in TypeScript, built with art-template + CORS + JWT + Koa2 + MongoDB + Mongoose.

Besides,this repository also provides RESTful APIs for Conduit React.

🔰 Getting Started

$ git clone https://github.com/yoonge/conduit-ssr.git

$ cd conduit-ssr

$ pnpm i

$ pnpm dev

📄 License

Conduit SSR is MIT-licensed.


🏗️ Scaffold

$ mkdir conduit-ssr

$ cd conduit-ssr

$ pnpm create vite . --template vanilla-ts

About

Exemplary fullstack realworld application (called Conduit) in TypeScript, built with Art-Template + JWT + Koa2 + MongoDB + Mongoose, managed by pnpm.

License:MIT License


Languages

Language:TypeScript 56.6%Language:HTML 32.0%Language:CSS 9.0%Language:JavaScript 2.4%