nervatura-express

Nervatura Node Demo App =========================

Usage no npm install needed!

<script type="module">
  import nervaturaExpress from 'https://cdn.skypack.dev/nervatura-express';
</script>

README

Nervatura Node Demo App

Open Source Business Management Framework

Please see more the Nervatura Docs

This demo application works on Linux x64 and Windows x64 systems!

Installation

$ git clone https://github.com/nervatura/nervatura-express.git nervatura
$ cd nervatura
$ npm install

Configuration Options

The application uses environment variables to set configuration options (app_dir/.env). It will be read from the .env.example file. Set the environment variables as needed!

Quick Start

  1. Start the Node and Nervatura backend server
  $ NODE_ENV=development node server.js
  1. Create a new demo database. You can use the http://localhost:5000/admin/ Database section:

API-KEY: NODE_API_KEY (.env file NT_API_KEY value)
Alias name: demo
Demo database: true

  1. Service HTTP API interface: http://localhost:5000/client/

Username: admin
Password: Empty password
Database: demo

  1. CLI (command line) interface: http://localhost:8080/

Username: admin
Password: Empty password
Database: demo
Server URL: http://localhost:8080/cli

  1. gRPC interface: http://localhost:8080/

Username: admin
Password: Empty password
Database: demo
Server URL: http://localhost:8080/rpc