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.
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
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.
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.