1.39.4 • Published 3 years ago

ferdig v1.39.4

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

ferdig

An awesome BaaS (Backend as a Service) project

Development

Important! Ferdig requires Node >= 10, Express >= 4 and TypeScript >= 3.

BaaS Setup and Run (locally)

  1. install dependencies
$ yarn install
  1. start local docker containers (db, etc.) (without the BaaS itself)
$ yarn start:local-stack
  1. start development server
$ yarn start

Admin-UI Setup and Run (locally)

  1. change into admin-ui subfolder
$ cd admin-ui
  1. install dependencies
$ yarn install
  1. start development server
$ yarn serve