fuentesloic / api_seed

netlify deploy addons with fauna db connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seed

Seed is a serverless API built with Netlify CI/CD as POC.

Stack

ENV

To be able to run the DB locally you will need the env file with secrets.

CLI

NPM

  • Install dependencies: npm install
  • Build the api with db: npm run build
  • serve the server with api: npm run serve
  • Start DB interface: netlify addons:auth fauna

Netlify

  • Install: npm install netlify-cli -g
  • Start: netlify dev

About

netlify deploy addons with fauna db connector

License:MIT License


Languages

Language:JavaScript 100.0%