Skip to content

Nodebus is a platform that functions as a blogging website, allowing users to register, create their own accounts, and publish their articles, similar to other popular blogging platforms. One unique aspect of Nodebus is the ability for users to engage in chat conversations with other users, fostering interaction and connection within the community.

Notifications You must be signed in to change notification settings

ar7aditya/node-bus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodebus is a blogging website where the user can create their account and post their articles just like any other blogging website. In Nodebus users can also chat with other users and interact with the blogs. Nodebus ensures the protection of data no user password is known to any of the admins all are encrypted with the latest hash function along with salting.

Installation

note:for the following procedure to work the user need to have node and npm installed on their devices if not please follow the LINK

1. open terminal
$> git install https://github.com/prady8339/node-bus
$> npm install
$> node app.js

Usage

1. visit the server link.
2. browse posts.
3. login from google or visit the registration page to create an account
5. now you can post and chat with users.
6. create post {there are some length constraints in the title and content} 
{so please provide a proper title}
7. Also select the image title to be shown on your post then publish.

Contributing

Pull requests are welcome. For significant changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Nodebus is a platform that functions as a blogging website, allowing users to register, create their own accounts, and publish their articles, similar to other popular blogging platforms. One unique aspect of Nodebus is the ability for users to engage in chat conversations with other users, fostering interaction and connection within the community.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.5%
  • CSS 37.6%
  • EJS 15.7%
  • HTML 0.2%