This a simple blogging web application made with Next.js, Editor.js and Material UI.
It uses a backed API made with Node.js, Express.js, MongoDB, and Cloudinary for asset hosting.
API repo link
This project is bootstrapped with Next.js.
- Signup with email verification
- JWT based auth
- Create, Edit, Delete, Read blogs through Editor.js interface
- Upload image managed by cloudinary
Clone the repo
git clone https://github.com/shucoll/blog-app--webapp
Install the dependencies
npm install
Run the app in the development mode. Open http://localhost:3000 to view it in the browser.
npm run dev