adonisjs / core

AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
https://adonisjs.com
MIT License
16.89k stars 639 forks source link

Support for multiple apps #390

Closed whilelucky closed 7 years ago

whilelucky commented 7 years ago

Hey, first off great project team!

I was just fiddling around with a lot of nodejs frameworks out there, and stumbled upon adonis, and was wondering if there is support for multiple apps inside a single repo (something like django apps).

My use case is basically, A single adonis project that handles authentication for other apps in the same project repo. Each of these apps could basically be a simple webpage/api/dashboardapp etc...

ais-one commented 7 years ago

AdonisJS is very very similar to Laravel, you google about this. Currently it is not structured they way to support the modularization you have described.

You can attempt to modularize it yourself though, e.g. seperate folders under controller & under model, separate route files for each app

whilelucky commented 7 years ago

Guess I'll have to dabble around AdonisJS to see if it fits 😄

Thank you so much for clearing that up.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.