Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adonis GraphQL API application

Sample application with framework adonis and graphql

Setup

Docker recomended

docker-compose

  • First time running
docker-compose up --build
  • Other times
docker-compose up

The app will be runinng on 3333 port

App routes

[/credentials]

  • Mutation
    • register(username: String!, password: String!, email: String!)
    • login (email: String!, password: String!)

[/users] should be authenticated with jwt baerer

  • Query
    • fetchUser
  • Mutation
    • editUser(email: String, password: String)
    • removeUser(password: String!)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages