marcelle-backend
A simplified backend system for Marcelle applications.
About
This is a wrapper around Feathers that provides a simplified interface for the creation of Marcelle data backends.
It currently supports NeDB and MongoDB databases.
Getting Started
The easiest way to get started is to use Marcelle's CLI: https://github.com/marcellejs/cli
-
Install
@marcellejs/cli
:npm i -g yo @marcellejs/cli
-
Generate an application, choosing
On the server
to the question 'Where do you want to store the data?'marcelle generate app
Configuration
The backend can be configured using the file backend/config/default.json
.
The main options are:
-
database
:nedb
ormongodb
. For MongoDB, you will have to run mongod locally. -
authentication.enabled
: specifies if the backend should use authentication