Skip to content

arisgk/graphql-data-table-server

Repository files navigation

Data Table GraphQL Server

GraphQL server built using Node.js, Express and Apollo Server.

Development

Create an .env file in project root to register the following required environment variables:

  • MONGODB_URI - MongoDB connection URI

Server

To start the server run:

npm install
node index.js

You can use Nodemon to automatically restart the server when changes are detected:

npm install
npm install -g nodemon
nodemon

Data Store

MongoDB is used as a data store.

About

Data Table GraphQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published