Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaakati/apollo-server-boilerplate

A boilerplate for apollo server setup in NodeJS & GraphQL.
https://github.com/kaakati/apollo-server-boilerplate

apollo apollo-server apollo-server-express graphql graphql-server graphql-server-express nodejs

Last synced: 6 days ago
JSON representation

A boilerplate for apollo server setup in NodeJS & GraphQL.

Awesome Lists containing this project

README

        

### Apollo Server Boilerplate

[![Visits Badge](https://badges.pufler.dev/visits/kaakati/Apollo-Server-Boilerplate)](https://badges.pufler.dev)

NodeJS apollo server boilerplate, the initial setup for a server:

#### Setup
Edit:
```
Edit Seeds according to your needs.
And Setup Mongo Database by replacing the URL.
Database/db.js
```

Pull the repository and run
```
npm install
```

#### Run Server Command
```
npm start
```

#### Access GraphQL Playground at:
```
http://localhost:4000/graphql
```

#### Features:
- User Signup
- User Login
- User Roles
- JWT Token / Authorization
- Localization