0.0.7 • Published 3 years ago

ale-firebase v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

DESCRIPTION

Help you to very quickly build the CURD service like firebase with in one minute.

HOW TO START

  1. Fist of all, you need to install mongoDB. You can use docker to install mongo
    docker run --name ale-firebase -p 27017:27017 -d mongo
  1. Init project & install this library:
   npm install ale-firebase
  1. Write a couple line of codes:
import { AleFirebaseApp } from "ale-firebase";
let app = new AleFirebaseApp({
  services: ["user", "role", "permission", "category", "product"],
  mongoURI: "mongodb://localhost:27017/tracking",
  apiGateway: {
    port: 5001,
  },
});

app.start();
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago