└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-adonisjs-tutorial 2 | The Amazing Tutorial list of AdonisJs 3 | Few words About adonisjs: A Laravel-style MVC Framework for Node.js 4 | ## adonisjs.com 5 | * [Adonisjs official docs](https://adonisjs.com/docs/4.1/about) 6 | 7 | ## scotch.io 8 | * [Meet AdonisJs](https://scotch.io/tutorials/meet-adonisjs-a-laravel-style-mvc-framework-for-node-js) - It will show you how to get started with AdonisJs by installing the framework, discussing the features and creating a welcome page 9 | 10 | * [Adonis 4.0](https://scotch.io/tutorials/whats-new-in-adonisjs-40) - What's New In AdonisJs 4.0 11 | * [Support Ticket Application-part-1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs) - In this tutorial, we'll to be building a support ticket application 12 | * [Support Ticket Application-part-2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2) - In this tutorial, we'll to be building a support ticket application 13 | * [Build a GraphQL Server With Apollo Server and AdonisJS](https://scotch.io/tutorials/build-a-graphql-server-with-apollo-server-and-adonisjs) - It will show you how to build a GraphQL server with Apollo server and AdonisJS using the package above 14 | * [Using Google, Github and Instagram Authentication for Login in AdonisJS 4.0](https://scotch.io/tutorials/using-google-github-and-instagram-authentication-for-login-in-adonisjs-40) - In this article, we will be talking about authentication using Google, Github and Instagram accounts 15 | * [building-a-web-app-with-adonisjs](https://scotch.io/tutorials/building-a-web-app-with-adonisjs) - will see how to build applications with AdonisJS, we’ll build a simple task list (todo) application 16 | * [Build a Twitter Clone With Adonis and Vue](https://scotch.io/courses/build-a-twitter-clone-with-adonis-and-vue) - In this tutorial, we'll learn how to build a twitter clone, it's an awesome tutorial 17 | 18 | ## medium.com 19 | * [adonisjs-a-full-featured-node-framework-for-modern-web-servers](https://blog.sourcerer.io/adonisjs-a-full-featured-node-framework-for-modern-web-servers-93532e3b36af) 20 | 21 | * [Build a Modern Web App to Manage Events with AdonisJS and React](https://medium.com/@Alibaba_Cloud/how-to-build-a-modern-web-app-to-manage-events-with-adonisjs-and-react-4701680d6410) - In this tutorial, we’ll build a REST API backend and frontend using React and the Adonis Node.js framework on Alibaba Cloud 22 | * [Node.js broken ecosystem and rise of AdonisJs](https://medium.com/@Charles6Andy/node-js-broken-ecosystem-and-rise-of-adonisjs-46e3d63e5fcc) 23 | * [Mongoose models with the mighty Adonis.js](https://medium.com/@juampi92/mongoose-models-with-the-mighty-adonis-js-715cd83b923f) - By default the Adonisjs support only relational database lucid ORM(MYSQL,MSSQL,PGSQL,SQLITE), so we need additional module for non-relational database ODM (MongoDb), this tutorial shows how to use Mongoose Model 24 | * [Image/File Upload in Adonis.js with Cloudinary](https://medium.com/@amooabeebadesina/image-file-upload-in-adonis-js-with-cloudinary-5a405cd0e430) 25 | * [I-am-the-creator-of-adonisjs](https://medium.com/@amanvirk/i-am-the-creator-of-adonisjs-http-adonisjs-com-5bbdea7d82b3) - Stable framework 26 | * [AdonisJs, a Nodejs Framework for Humans](https://medium.com/a-young-devoloper/adonisjs-a-nodejs-framework-for-humans-cd7e85381399) 27 | * [How to Import excel file into database with AdonisJs](https://medium.com/@rayhanrafiudd/how-to-import-excel-file-into-database-with-adonisjs-b670f32d5c2a) 28 | * [Revalidate authenticated routes in AdonisJs](https://medium.com/thetiltblog/revalidate-authenticated-routes-in-adonisjs-539e6bcf980f)- Prevent users from using the back history to see authenticated pages after logging out 29 | * [Deploy a SSR AdonisJs / Nuxt.js app on Google App Engine and Google Cloud SQL](https://medium.com/@jayrchamp/deploy-a-ssr-adonisjs-nuxt-js-app-on-google-app-engine-and-google-cloud-sql-546f849fb3fc) 30 | 31 | ## Others 32 | * [How to build an api with authentication in adonis](https://pusher.com/tutorials/api-authentication-adonis) - In this tutorial, we will be building a simple API, and we will add authentication to it 33 | 34 | * [Introducing the Lucid ORM](https://blog.pusher.com/introducing-lucid-orm/) - In this tutorial, we will take a deep dive into how to use the Lucid ORM for database transactions and replace structure long SQL queries 35 | * [Build REST APIs in Adonis 4.0](https://blog.pusher.com/build-rest-apis-in-adonis-4-0/) 36 | 37 | ## Video Tutorial 38 | * [AdonisJS 4.1 Crash Course for Beginners - Learn by Example](https://www.youtube.com/watch?v=4Xe4DUHka1o) 39 | * [Full Stack Todo List Tutorial using Vue.js & AdonisJs](https://www.youtube.com/watch?v=dfEZlcPvez8) 40 | * [AdonisJS Basics - Laravel Dev POV](https://www.youtube.com/watch?v=Nwj4AOP3GiA) 41 | * [AdonisJS + MongoDB - Todo List App Example](https://www.youtube.com/watch?v=ZTHUKDhiVL8&t=306s) 42 | * [Getting Started With AdonisJS 4.0](https://www.youtube.com/watch?v=SaXhwbuMTu4) 43 | * [AdonisJS Tutorial - Introduction [ Build a Simple API - Part 1 ]](https://www.youtube.com/watch?v=5wzcRtrRVd4) 44 | * [AdonisJS Tutorial - Introduction [ Build a Simple API - Part 1 ]](https://www.youtube.com/watch?v=ugtraz2A3FY) 45 | * [React + AdonisJS + MySQL - How to Build a CRUD Todo List App](https://www.youtube.com/watch?v=7FmdzopdGy0) 46 | 47 | * [AdonisJS Tutorial - MySQL Database - Create Your Blog ](https://www.youtube.com/watch?v=y68qxNImAgY) 48 | --------------------------------------------------------------------------------