A TypeScript-based blog with user authentication and post features. Chat coming soon!
- Register, login, logout
- Add and view posts
- (Soon) Real-time chat
- Clone:
git clone https://github.com/your-username/my-blog.git
- Install:
npm install
- Run:
npm start
- Visit:
http://localhost:3000
- Signup:
/signup
- Login:
/login
- Logout: UI option
- Add post:
/add-post
- View posts:
/
- TypeScript
- (Add your packages here)
- Real-time chat
MIT