Repo to handle the GraphQL with Mongo database talks by MDJSN
This is a dummy boilerplate to be used by the team which includes the basic authentication system over schema based query and mutation over the apollo server, with JWT Token response sent back to client after verification along with MongoDB to store the data
Clone the source locally:
$ git clone https://github.com/mdjsn/apollo-mongo-auth
$ cd apollo-mongo-auth
Install required node dependencies
$ yarn
Open in development mode:
$ yarn start
- Fork it (https://github.com/mdjsn/apollo-mongo-auth/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Mongo Apollo Server
- MDJSN references
- ME(A)RN Example
- Hasura IO
- A Frontend Developer's Guide
- Guide to GraphQL
The code in this project is licensed under GNU GPLv3 license.