/genonis-node-admin

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

Primary LanguageHTML

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