A boilerplate GraphQL backend to get up and running fast.
- Users
- Node
- Expressjs
- Apollo-server
- Mongoose
- MongoDB
- If you have MongoDB running locally this server will connect right up, and add to a db called devDB.
- If you want to use Atlas change the connect string in src/server.js
Clone the Repo:
git clone https://github.com/ugglr/Graphql-Express-Apollo-Backend-Boilerplate.git
Move into directory:
cd into directory
Install packages using yarn or npm:
yarn
or
npm
Run the server:
yarn run server