Skip to content
/ magenta Public

Projeto de PI realizado para as matérias de Tópicos avançados em banco de dados / Interação Humano Máquina / Padrões de Projeto.

Notifications You must be signed in to change notification settings

Le4o/magenta

Repository files navigation

Magenta

AdonisJS application

This is the fullstack boilerplate for AdonisJs, it comes pre-configured with. This framework comes with pre-installed:

  1. Bodyparser
  2. Session
  3. Authentication
  4. Web security middleware
  5. CORS
  6. Edge template engine
  7. Lucid ORM
  8. Migrations and seeds

Setup

You need to install:

Run `yarn install` to add all the repositories.

Only use yarn add to download repositories

Database

The database used is MySql, run

yarn add mysql

Migrations

Run the following command to run startup migrations.

adonis migration:run

Server

To run the server and test, run adonis serve --dev

About

Projeto de PI realizado para as matérias de Tópicos avançados em banco de dados / Interação Humano Máquina / Padrões de Projeto.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published