Skip to content

A Serverless GraphQL Node API that allows you to book vacations on the moon. ๐Ÿช

License

Notifications You must be signed in to change notification settings

Fullstack-Serverless-GraphQL/lunar-tour-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

65 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Lunar Tour API ๐ŸŒŸ

Welcome to the Lunar Tour API that is part of Fullstack Serverless GraphQL, which teaches you how to build Serverless GraphQL APIs. This API allows users to make bookings to lunar destinations, as well as view lunar holiday activies.

The stack for this API is as follows:

๐ŸŒŸ AWS Lambda

๐ŸŒŸ DynamoDB

๐ŸŒŸ Serverless Framework

๐ŸŒŸ Apollo Lambda Server

What you need to use this Repo:

๐Ÿง An AWS Account

๐Ÿง Serverless Framework

๐Ÿง NodeJS v12.x or above

Installation steps

First clone the repo:

git clone https://github.com/Fullstack-Serverless-GraphQL/lunar-tour-api

Then cd into the directory of the project:

cd lunar-tour-api

Once you're in then install the packages using your fav package manager:

yarn install

Now you can open playground on localhost://4000 :

sls offline

You should be able to run queries and mutations against the API locally now.

This project was scaffolded using the Serverless NodeJS GraphQL Starter

Links to related projects

๐Ÿฆš Lunar Tour (Vue)

๐Ÿฆš Lunar Tour (React)

๐Ÿฆš Fullstack Serverless GraphQL docs

Releases

No releases published

Packages

No packages published