ale-firebase
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i ale-firebase

Weekly Downloads

0

Version

0.0.7

License

ISC

Unpacked Size

10.3 kB

Total Files

18

Last publish

Collaborators

  • hieu.ai.it