Run npm install.
Run npm run dev for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.
Run npm run prod for a dev server. Navigate to http://localhost:3000/. The app won't automatically reload if you change any of the source files.
Run npm install -g apidoc
Run apidoc -i controllers/ -o doc/
Then open doc folder and open index.html from it. so you can get api documentation