Content sharing app built with Blitz.js
The app is built as a part of exploring Blitz.js and is heavely inspired by gothinkster's realworld app and Dev.to platform.
- User authentication
- User Settings
- User following
- Creating and managing posts with markdown
- Commenting on posts
- Add posts to favorites
- Support recursive comments (reply on individual comment)
- Comment Likes
- Change user password
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.