Skip to content

BlogItOut is a Node.js based Online Blogging Platform, where users can share their views and ideas on individual topics and Blog them out to the world of and readers.

License

Notifications You must be signed in to change notification settings

vmanav/BlogItOut-extened

Repository files navigation

BlogItOut

Online Blogging Platform

Version Documentation Maintenance License: MIT

About

BlogItOut is a Node.js based Online Blogging Platform, where users can share their views and ideas on individual topics and Blog them out to the world of and readers. The functionalities supported are stated below :

  • Post Blogs Online.
  • Explore All Blogs.
  • Like Blogs.
  • Your Blogs listed seperately.

✨ Visit Here : BlogItOut

File Structure

├── LICENSE
├── README.md
├── models
|	├── blog.js
|	└── user.js
├── views
│   ├── partials
│   │   ├── dashnavPartial.hbs
│   │   ├── dashnavStyling.hbs
│   │   ├── gttButtonPartial.hbs
│   │   ├── gttButtonStyling.hbs
│   │   ├── navbarIndexPartial.hbs
│   │   ├── navbarStyling.hbs
│   │   └── oopsMessage.hbs
│   ├── addBlog.hbs
│   ├── allPosts.hbs
│   ├── dashboard.hbs
│   ├── errPage.hbs
│   ├── index.hbs
│   ├── login.hbs
│   ├── signup.hbs
│   └── userBlogs.hbs
├── dashoard
│   └── index.js
├── css
│   └── login.css
├── scripts
|	├── canvas.js
|	├── dashnav.js
|	├── goback.js
|	├── gttButton.js
|	├── likePost.js
|	├── navbar-indexScript.js
|	└── searchForm.js
├── index.js
└── passportConfig.js

Gallery

Landing Page
Landing Page
Trending Blogs
Trending Blogs
Login Page
Login Page
BlogItOut Dashboard
BlogItOut Dashboard
New Blog
New Blog
Search All Blogs
Search All Blogs
User Blogs
User Blogs

Author

👤 Manav Verma

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

📝 License

Copyright © 2020 Manav Verma.
This project is MIT licensed.


About

BlogItOut is a Node.js based Online Blogging Platform, where users can share their views and ideas on individual topics and Blog them out to the world of and readers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published