A Fullstack GraphQL Airbnb Clone with React and React Native.
This project is made up of 5 packages that share code using Yarn Workspaces.
git clone https://github.com/benawad/fullstack-graphql-airbnb-clone.git
cd fullstack-graphql-airbnb-clone
yarn
graphql-ts-server-boilerplate
createdb graphql-ts-server-boilerplate
Add a user with the username postgres
and and no password. (You can change what these values are in the ormconfig.json)
Connect to the database with psql
and add the uuid extension:
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
Install and start Redis
In packages/server
create a file called .env
and add the following line inside: FRONTEND_HOST=http://localhost:3000
Run yarn build
in packages/common
Run yarn build
in packages/controller
Get Google Maps API key and put it here https://github.com/benawad/fullstack-graphql-airbnb-clone/blob/master/packages/web/public/index.html#L14 Videos doing that: https://youtu.be/-QQnzDVcTCo and https://youtu.be/xLlIgokKiLc
Start server yarn start
in packages/server
Now you can run yarn start
in packages/web
or packages/app
to start the website or app.
How to get credentials working in graphql playground: https://youtu.be/oM-EmNdhwI4?t=8m39s
Fullstack GraphQL Simple Demo Application API built with Node + Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux. Written in ES6 using Babel
Fullstack GraphQL Boilerplates for React & Node.js Bootstrap your fullstack GraphQL app within seconds GraphQL boilerplates provide the perfect foundation for your GraphQL server, no matter if you're
A complete, serverless, full-stack application built on AWS Lambda, AWS HTTP API, Express.js, React and DynamoDB. Live Demo: https://www.serverless-fullstack-app.com Quick Start Install the latest ver
Vue fullstack template This project's goal is to help people create a reactive, realtime and user friendly backend system. �� Vue version This template only support vue2, because it use ElementUI as t
Apollo tutorial This is the fullstack app for the Apollo tutorial. �� File structure The app is split out into two folders: start: Starting point for the tutorial final: Final version From within the
Relay Fullstack is a Relay scaffolding application that aims to help you get up and running a project without worrying about integrating tools. It comes with many modern technologies; Relay, GraphQL,