Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 487 Bytes

Creating-a-new-API-endpoint.md

File metadata and controls

5 lines (4 loc) · 487 Bytes
>> yo angular-fullstack:endpoint whatsit


Using this line, you get Yeoman to automatically generate another API endpoint and new kind of collection for your database. Now we have things as well as whatsits! Feel free to open up /server/api/whatsit/whatsit.model.js and define your whatsit however you like.

PREVIOUS NEXT