vishwaefor / article-hub

This is a REST API using NodeJS Express + MongoDB
Apache License 2.0
0 stars 37 forks source link

Article Hub

Article Hub is a REST API written in Node.js. This is an CMS for maintaining articles. Users can write articles and comment on them.

Basic Application

  1. Register users by entering basic details and credentials.
  2. Registered user can log-in to the system.
  3. Registered user can write an article and publish.
  4. Registered user can edit and delete an article.
  5. Registered user can comment on articles.
  6. Public users can view articles.

Implementation plan.

There are Issues created for implementing this functionality. All the implementation details are described in each issue.

Contribution