https://github.com/yoonge/conduit-ssr
Exemplary SSR fullstack realworld application (called Conduit) in TypeScript, built with Art-Template + CORS + JWT + Koa2 + MongoDB + Mongoose, managed by pnpm.
https://github.com/yoonge/conduit-ssr
api art-template conduit demo eslint jwt koa-cors koa-router koa2 md5 mongodb mongoose pnpm prettier realworld restful ssr typescript
Last synced: about 1 year ago
JSON representation
Exemplary SSR fullstack realworld application (called Conduit) in TypeScript, built with Art-Template + CORS + JWT + Koa2 + MongoDB + Mongoose, managed by pnpm.
- Host: GitHub
- URL: https://github.com/yoonge/conduit-ssr
- Owner: yoonge
- License: mit
- Created: 2023-04-15T16:53:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T01:04:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T21:03:17.283Z (about 1 year ago)
- Topics: api, art-template, conduit, demo, eslint, jwt, koa-cors, koa-router, koa2, md5, mongodb, mongoose, pnpm, prettier, realworld, restful, ssr, typescript
- Language: TypeScript
- Homepage:
- Size: 428 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⌨️ Conduit SSR

[](./LICENSE)






## 💡 Introduction


Realworld: "The mother of all demo apps" — Exemplary SSR fullstack Medium.com clone (called [Conduit](https://github.com/yoonge/conduit-ssr)) in TypeScript, built with art-template + CORS + JWT + Koa2 + MongoDB + Mongoose.
Besides,this repository also provides RESTful APIs for [Conduit React](https://github.com/yoonge/conduit-react).
## 🔰 Getting Started
```sh
$ git clone https://github.com/yoonge/conduit-ssr.git
$ cd conduit-ssr
$ pnpm i
$ pnpm dev
```
## 📄 License
Conduit SSR is [MIT-licensed](./LICENSE).
---
## 🏗️ Scaffold
```sh
$ mkdir conduit-ssr
$ cd conduit-ssr
$ pnpm create vite . --template vanilla-ts
```