Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.13 KB

File metadata and controls

44 lines (25 loc) · 1.13 KB

Blogarithm

This is a Full Stack Blog App which has an Admin Dashboard with Author and Admin Support.

Authors will be able to

🔥 create Posts
🔥 create Tags
🔥 edit the posts they have written

Admins will be able to

🔥 create users
🔥 create posts
🔥 create tags
🔥 create categories
🔥 create authors

The Backend is a REST API. Every requests made to the server is passed through middlewares to check the authentical levels for the authors, admins, users.

🔥 Auth middlewares
🔥 HTTP Cookies + JWT

Currently, everything is under development phase.

You can Visit the site here - link

Some Glimpses

App Screenshot

Tech Stack

Client: NextJS, Material UI, TypeScript, Axios, Redux

Admin: ReactJS, TypeScript, EditorJS, Material UI, Axios

Server: Node, Express, Mongoose

Found bugs ? Wanna Contribute ?

Email to smrutiranjanbadatya2@gmail.com for any queries