Skip to content

A simple graphql implementation using "apollo-server-express"

Notifications You must be signed in to change notification settings

jayontasarkar/graphql-apollo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Apollo Server Api with ExpressJS

** A Very simple API that is built on the following technologies **

  • NodeJS
  • ExpressJS
  • Mongoose
  • GraphQL
  • Apollo Server

Usage Steps

  • Just clone the repository.
  • rename .env.example to .env & set the environment variables on it
  • install npm & run
npm run dev or yarn dev

this will start a development server and graphql endpoint is /graphql.

To start on production server, run

npm run build && npm run start

About

A simple graphql implementation using "apollo-server-express"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published