Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 372 Bytes

This is abandonware feel free to use this in anyway you want.

Nightcore AdonisJS DB site

Created by Mar0xy - Published via MXY Group

Setup

configure .env run npm install.

Migrations

Run the following command to run database migrations make sure you have adonisjs installed.

adonis migration:run

Start Server

run node server.js.