All Projects → jgeschwendt → Serverless Prisma

jgeschwendt / Serverless Prisma

AWS Serverless Prisma Boilerplate

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Serverless Prisma

React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+16614.29%)
Mutual labels:  graphql, webpack, babel, boilerplate
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (+11.9%)
Mutual labels:  graphql, webpack, babel, boilerplate
React App
Create React App with server-side code support
Stars: ✭ 614 (+387.3%)
Mutual labels:  graphql, webpack, babel, boilerplate
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (-14.29%)
Mutual labels:  graphql, webpack, aws, serverless
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+418.25%)
Mutual labels:  webpack, aws, serverless, babel
Serverless Plugin Webpack
Serverless Plugin Webpack
Stars: ✭ 72 (-42.86%)
Mutual labels:  webpack, aws, serverless
Write With Me
Real-time Collaborative Markdown Editor
Stars: ✭ 81 (-35.71%)
Mutual labels:  graphql, aws, serverless
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-32.54%)
Mutual labels:  graphql, aws, boilerplate
Aws Serverless Airline Booking
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
Stars: ✭ 1,290 (+923.81%)
Mutual labels:  graphql, aws, serverless
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-57.94%)
Mutual labels:  webpack, babel, boilerplate
This Or That
This or that - Real-time atomic voting app built with AWS Amplify
Stars: ✭ 87 (-30.95%)
Mutual labels:  graphql, aws, serverless
Cloudflare Workers Webpack Boilerplate
A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack 🚀
Stars: ✭ 101 (-19.84%)
Mutual labels:  webpack, serverless, boilerplate
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (+785.71%)
Mutual labels:  aws, serverless, boilerplate
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+6597.62%)
Mutual labels:  graphql, aws, serverless
Tkframework
react + relay + redux + saga + graphql + webpack
Stars: ✭ 83 (-34.13%)
Mutual labels:  graphql, webpack, babel
Bootcamp 2021
Fusing Serverless Cloud Computing, Infrastructure as Code, Graph Databases, AI, and IoT Technologies and preparing for Operation Unicorn Startups
Stars: ✭ 55 (-56.35%)
Mutual labels:  graphql, aws, serverless
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-30.16%)
Mutual labels:  webpack, babel, boilerplate
Aws Serverless Appsync Loyalty
Unicorn Loyalty: E-Commerce Serverless GraphQL Loyalty Sample App
Stars: ✭ 110 (-12.7%)
Mutual labels:  graphql, aws, serverless
Serverless Webpack
Serverless plugin to bundle your lambdas with Webpack
Stars: ✭ 1,595 (+1165.87%)
Mutual labels:  webpack, serverless, babel
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (-7.94%)
Mutual labels:  webpack, babel, boilerplate

Serverless Prisma

Build Status

[Archived] — New projects should consider using Prisma2

Minimal Serverless + Prisma Project Template

Getting Started

  • Be sure to have Docker and Make installed on your machine. Docker is used for maintaining a consistent development/deployment environment; Make is used to shorten frequently used Docker commands.

  • Create an .env file for your local machine (refer to ~/.env.example for the configuration requirements)

  • Create Environment configurations for deployments, ie. .env.dev, .env.prod, alternatively this can be configured in your CI/CD.


# Create a Node Development Docker Container

make devbox


# Install Node Dependencies using the DevBox Container

make install


# Start Serverless in Offline Mode

make start


# Package Service for Deployment

make build


# Deploy to a specific Environment

ENV=dev make deploy                     # uses the configuration from `.env.dev`

ENV=prod make deploy                    # uses the configuration from `.env.prod`

The complete command list can be viewed in the ~/Makefile

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].