alan2207 / blitzjs-realworld-app

Content Sharing App

Home Page:https://blitzjs-realworld-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blitz.js

Blitz.js Realworld App

Content sharing app built with Blitz.js

Demo

Inspiration:

The app is built as a part of exploring Blitz.js and is heavely inspired by gothinkster's realworld app and Dev.to platform.

Features:

  • User authentication
  • User Settings
  • User following
  • Creating and managing posts with markdown
  • Commenting on posts
  • Add posts to favorites

Previews:

Posts Feed

feed

Post View

feed

User Profile

feed

Tech Stack:

Todo:

  • Support recursive comments (reply on individual comment)
  • Comment Likes
  • Change user password

Getting Started

Run your app in the development mode.

# run db migrations:
blitz db migrate

# start the dev server
blitz start

Open http://localhost:3000 with your browser to see the result.

License

MIT

About

Content Sharing App

https://blitzjs-realworld-app.herokuapp.com


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%