Blogo

Blogo, Blog for personal use :)

MIT License

Stars
0
Committers
2

Blogo - Boyan's personal Blog ✍️ 👨

I've created this multi page app. (MPA) in order to showcase my skills with the use of the following technologies

  • NodeJS
  • Express
  • EJS
  • Mongoose
  • MongoDB

Features

  • ✅ Full CRUD support (for admin only), built-in admin credentials
    • ⚠️ For testing, please use:
      • username: admin
      • password: admin
  • 🗞️ Pagination functionality (latest 3 posts are rendered at home)
  • 💬 Search functionality (search by matching characters in the title/body of all available posts)
  • 🔐 Authorization (via JWT)

Install

  • ⚠️ Note, the project requires .env variable for the DB & JWT secret key, please use the deployment link to look around instead.
npm i
npm run dev

Deployment: https://www.blog.kachamachkov.com/

Images