Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noobdevsam/ecommerce-spring-graphql-api

Ecommerce api with Spring Boot and GraphQL
https://github.com/noobdevsam/ecommerce-spring-graphql-api

api graphql-api graphql-java spring-framework spring-graphql spring-graphql-api spring-graphql-security spring-security

Last synced: about 1 month ago
JSON representation

Ecommerce api with Spring Boot and GraphQL

Awesome Lists containing this project

README

        

# Ecommerce-SpringGraphQl-api

Follow the instructions before compiling the project.

In linux:
* Open terminal in the root directory of this project and execute the commands.
----

$ cd src/main/resources
$ mkdir certs && cd certs
$ openssl genrsa -out keypair.pem 2048
$ openssl rsa -in keypair.pem -pubout -out public.pem
$ openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in keypair.pem -out private.pem
$ rm keypair.pem

----