Add js docs for all the present routes to be documented using swagger. I have already documented a couple of routes like /dashboard and /story/{storyId} so you can refer to them whenever needed.
To see the docs result in the browser, run the server and go to the route / which will redirect you to api docs.
Refer to Swagger Editor to know more.
Multiple people can work on this issue so whoever wants to take it can specify the file they wanna work on in routes/ directory.
Add js docs for all the present routes to be documented using swagger. I have already documented a couple of routes like
/dashboardand/story/{storyId}so you can refer to them whenever needed.To see the docs result in the browser, run the server and go to the route
/which will redirect you to api docs.Refer to Swagger Editor to know more.
Multiple people can work on this issue so whoever wants to take it can specify the file they wanna work on in
routes/directory.