Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 821 Bytes

README.md

File metadata and controls

56 lines (38 loc) · 821 Bytes

Adonis, Vue JS and Argon Boilerplate

This is the fullstack boilerplate for AdonisJs, Vue JS and Argon Design it comes pre-configured with.

  1. Bodyparser
  2. JWT
  3. Authentication
  4. Web security middleware
  5. CORS
  6. Edge template engine
  7. Lucid ORM
  8. Migrations and seeds
  9. 4 Fully Designed Pages

Setup

Clone the Repo

git clone https://github.com/devingray/node-api.git <project-name>

Install Dependancies

yarn

Prepare your database and email service

cp .env.example .env
vim .env
~~~~~ Add your details
adonis migration:run

Setup the Frontend to watch for changes

yarn run watch

Open a new tab and run the application

adonis serve

Go to http://localhost:3333 to see the application in action

API DOCS

http://localhost:3333/docs/