All Projects → adonisjs → Adonis App

adonisjs / Adonis App

Application structure for new adonis app, think of it as scaffolding a new project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Adonis App

manager
The builder (Manager) pattern implementation used by AdonisJs
Stars: ✭ 14 (-96.2%)
Mutual labels:  adonisjs
Bingo-Framework
MVC framework for PHP
Stars: ✭ 15 (-95.92%)
Mutual labels:  mvc-framework
panda
🐼 Panda is an mvc web application framework built with Ruby.
Stars: ✭ 12 (-96.74%)
Mutual labels:  mvc-framework
adonis-graphql-server
A GraphQL server built with Apollo server and AdonisJs
Stars: ✭ 31 (-91.58%)
Mutual labels:  adonisjs
leafMVC
MVC "Framework" created from Leaf PHP Framework
Stars: ✭ 25 (-93.21%)
Mutual labels:  mvc-framework
laminas-mvc
Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
Stars: ✭ 90 (-75.54%)
Mutual labels:  mvc-framework
adonis-modules
📦 Discover all AdonisJS packages developed by the community
Stars: ✭ 23 (-93.75%)
Mutual labels:  adonisjs
Generator Webappstarter
Quick start a web app for mobile.Automatically adjusts according to a device’s screen size without any extra work.
Stars: ✭ 298 (-19.02%)
Mutual labels:  mvc-framework
back
Back.js : MVC Framework for Node.js written in Typescript and built on top of Express.js
Stars: ✭ 51 (-86.14%)
Mutual labels:  mvc-framework
blockbase
Lightweight MVC Framework for Node.js
Stars: ✭ 32 (-91.3%)
Mutual labels:  mvc-framework
stencil-realworld-app
An example SPA written with Stencil
Stars: ✭ 56 (-84.78%)
Mutual labels:  mvc-framework
adonis-recaptcha2
Google reCAPTCHA for AdonisJS
Stars: ✭ 24 (-93.48%)
Mutual labels:  adonisjs
YurunPHP
YurunPHP是宇润软件专为懒人开发者设计的一款开源PHP框架,基于MVC动态分层架构,开发者可以根据需要自行扩充分层。宇润PHP交流群:17916227
Stars: ✭ 30 (-91.85%)
Mutual labels:  mvc-framework
Geisha
Tiny Java Web Framework.
Stars: ✭ 120 (-67.39%)
Mutual labels:  mvc-framework
micro-MVC
An agile, small, productive and robust MVC framework for PHP with high-quality JS extensions and integrated AJAX support.
Stars: ✭ 33 (-91.03%)
Mutual labels:  mvc-framework
shivneri
Component based MVC web framework based on fort architecture targeting good code structures, modularity & performance.
Stars: ✭ 21 (-94.29%)
Mutual labels:  mvc-framework
booking
PHP Room meeting script โปรแกรมจองห้องประชุม PHP
Stars: ✭ 18 (-95.11%)
Mutual labels:  mvc-framework
Koseven
Koseven a Kohana fork compatible with PHP7
Stars: ✭ 332 (-9.78%)
Mutual labels:  mvc-framework
miniPHP
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 147 (-60.05%)
Mutual labels:  mvc-framework
adonis-tasks
A simple task list
Stars: ✭ 12 (-96.74%)
Mutual labels:  adonisjs

AdonisJs Application

This repo is the pre-configured project structure to be used for creating ambitious web servers using AdonisJs.

Make sure to star the official framework repo or tweet on twitter 👋

Story

One day a 👦 wanted to write a web application to slowly turn it into a business and make some 💰 for better living. Being a Javascript lover, he decided to go with Node.js.

Hosting Node.js applications are cheap and offers lots of mordern programming concepts to build realtime data rich applications.

He was so excited and full of energy to build this application and share it with the world. But soon his dreams started struggling with the amount of decisions he has to make, just to build an MVP of his idea. These decisions were not even related to the business and was about.

  1. How should I structure my application?
  2. Why do I need to download 20 modules just to start an HTTP server, parse request body and upload files.
  3. How should I manage the authentication on website, and expose public API for others to interact with the data?
  4. What do I need to do to secure my application from web attacks and how to handle CORS?
  5. Why do I have ton of require statements everywhere?
  6. How the heck should I test my code? I am having hard time mocking dependencies.
  7. WHY THE 🐟 there are no standards to write some code. Hell I am not going to write this application and going for a walk.

Not Anymore

This is so frustrating. Node.js is a beautiful language but all of the above questions have never been answered together. We all love writing small concise modules but business are not created by downloading 20 modules.

Developers needs productive tools, so that they can focus on what matters, and not on downloading & finding the best ways to combine these small modules.

AdonisJs

AdonisJs is a beautiful framework with pre-configured answers to all of your questions. We not only created this framework, but validated the features of framework with realtime problems and still improving every bit, so that you have to write less and structured code.

This time a 👦 will write his ambitious application and will set the world on 🔥. Don't hesitate to work on your ideas and we promise to improve the framework every ☀️ and 🌛 and YESSSS do not forget to star us on

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].