|
|
|
|
|
by avilay
3990 days ago
|
|
I had built a command line tool for a similar purpose to generate REST APIs running on the MEAN stack. It creates "user" and "account" resources by default with user and admin authn/authz built in. It then deploys to heroku - creating a mongodb instance and a web dyno. Putting this out here in case anybody finds it useful. https://bitbucket.org/avilay/api-labs/ |
|