What are the best methods for documenting MEAN stack web applications?

I am from the Java programming background. I know how to do documentation there. We can document every method and every attribute of a class in a java environment.

Since last year, I have been working on a web application using the MEAN stack. At first, I just added one-line comments for my understanding. I think there should be a standard way of documenting web applications.

Roughly, I have the following code:

  • Angularjs controllers
  • Angularjs Routes
  • Angularjs Services
  • Server-Side MongoDb Collections (Node)
  • ExpressJS configuration code
  • ExpressJS routes and their handlers
  • REST API
  • Socket.IO Code

In short, I want to do this:

  • Documentation inside the code in the form of comments (standard way)
  • HTML

Edit

, , Java. , MEAN . , MEAN, , . , , , ..

.

+4

All Articles