harshdoshi999 / genonis-node-admin

Responsive node admin panel built in AdonisJS as Backend (NodeJS framework) and Nunjucks (HTML template) as Frontend!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genonis - Frontend in Nunjucks and Backend in AdonisJS

Demo URL: Genonis Admin.

Installation

####1. Clone this project or Download that ZIP file

git clone https://github.com/harshdoshi999/genonis-node-admin.git genonis

####2. Make sure you have node, npm installed globally

####3. On the command prompt run the following commands

cd `genonis`
npm install 
node ace migration:run
node server.js 

Project will be up and running on port 24890 -- http://localhost:24890

About

Responsive node admin panel built in AdonisJS as Backend (NodeJS framework) and Nunjucks (HTML template) as Frontend!


Languages

Language:HTML 56.4%Language:JavaScript 41.8%Language:CSS 1.9%