apollo-prisma-auth

Basic Authentication implementation using Apollo Server with Prisma ORM, further deployed to netlify

GPL-3.0 License

Stars
0
Committers
1

Apollo Prisma Auth

About

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 Prisma Service for Storage

Installation

Clone the source locally:

$ git clone https://github.com/mdjsn/apollo-prisma-auth
$ cd apollo-prisma-auth

Install required node dependencies

$ yarn

Open in development mode:

$ yarn local

Open Lambda server in development mode:

$ yarn start

Contributing

  1. Fork it (https://github.com/mdjsn/apollo-prisma-auth/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

References

  • Prisma Docs
  • MDJSN references
  • Apollo Docs
  • Auth GraphQL Boilerplate
  • Deploying with Netlify Functions
  • Code first GraphQL Server Development with Prisma

Licensing

The code in this project is licensed under GNU GPLv3 license.