This is the fullstack boilerplate for AdonisJs, Vue JS and Argon Design it comes pre-configured with.
- Bodyparser
- JWT
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds
- 4 Fully Designed Pages
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