A MERN-stack application that allows users to share their insights, knowledge and experiences with others
This project was built using these technologies.
- Node.js
- React
- Material UI
- VsCode
- Vercel
📃 Markdown Support
📚 Supports multiple authors
✏️ Easy to customize and write posts of your own
🎨 Styled with Material UI
First, run the server:
cd server
npm install
npm run serverSecond, run the client:
cd client
npm install
npm startOpen http://localhost:3000 with your browser to see the result.