DEV Community

Cover image for Open source e-commerce Rails 6 & GraphQL with JWT
Jorge Alvarez
Jorge Alvarez

Posted on

Open source e-commerce Rails 6 & GraphQL with JWT

Demanda is an open source e-commerce made with Ruby on Rails, GraphQL and JWT.

It started as a student's material for a web development course I teach but it has evolved since.

Whether you are looking for a resource to learn more about GraphQL, Ruby on Rails and JWT authentication or just want a basic e-commerce platform that you can evolve to suit your needs Demanda can help you.

Backend is a ruby on rails well tested application using GraphQL and JWT for authentication.

There is also an example admin interface developed with Svelte JS and Apollo client. It uses TailwindCSS for styling.

I will post in detail about each aspect of the application like authentication, crud, testing, etc.

https://github.com/jorgegorka/demanda

Oldest comments (5)

Collapse
 
peterklein profile image
Peter Klein

Hi @jorge
I wanted to try Demanda out, but there is still an error when i ztry to sign up a user locally. the app is running well, database is fine etc.

Cheers,

Piet

Collapse
 
jorgealvarez profile image
Jorge Alvarez

Hi @peterklein

Can you please give me more information about the error? Is it a server side error? Frontend? Any logs you can share?

Thank you,

Collapse
 
peterklein profile image
Peter Klein

Thanks for your reply @jorgealvarez

In the frontend after filling my data into the form it throws me:

Variable signupInfo of type SignupInput! was provided invalid value for email (Expected value to not be null), password (Expected value to not be null), accountName (Expected value to not be null)

Thread Thread
 
jorgealvarez profile image
Jorge Alvarez

Hello again:

Apologies, the error was due to a half finished refactor of the Signup page. I've completed it and it should work now.

Update your code to the latest master version, please.

Cheers

Collapse
 
csaltos profile image
Carlos Saltos

Great software, thanks Jorge !!