acidiney / learn-adonisjs

A single repository learn about routing, upload files, controllers, auth with adonis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adonis Learn API

A single project to learn about adonis

Setup

  1. Install dependencies using
npm install
  1. Migrate all migrations
adonis migration:run
  1. Make server alive
adonis serve --dev

Test endpoints

I have used the rest-client extension for VSCode to test my endpoint without leave VsCode, You can find all documentation about endpoint in rest-client folder, and if you have the extension installed you can simple click on send request and see what happens ^^

thanks

About

A single repository learn about routing, upload files, controllers, auth with adonis


Languages

Language:JavaScript 100.0%