Skip to content

qbentil/bentility

Repository files navigation

 

Demo

Bentility

Github top language Github language count Repository size Github issues Github forks Github stars

🚧 Bentility 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Contributors


🎯 About

I write about my journey as a developer and share my knowledge with the community. I use platforms like dev.to to write my articles. As a developer who is much interested in whats goes on in an Application rather than just using it to my benefit, I tried my hands on a Blog using MERN STACK

✨ Features

✔️ Writer & Admin Authentication
✔️ Create-Read-Update-Delete Blog
✔️ Save blog as draft
✔️ Create-Read-Update-Delete Categories
✔️ Save category as draft
✔️ Create-Read-Update-Delete Writer
✔️ Persist user login with access and refresh token using JWT
✔️ protect Admin routes using JWT authentications
✔️ Send email notifications on security updates and blog updates using nodemailer

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, TypeScript and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/qbentil/bentility

# Access
$ cd bentility

# Install dependencies
$ npm i

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

image

📝 License

This project is not

📝 Contributors

These wonderful people have contributed to this project:

qbentil
Bentil Shadrack
neophyte-programmer
Nutifafa Afi Attor

 

Back to top