Giter VIP home page Giter VIP logo

jeffql's Introduction

School of Athena

JeffQL πŸš€

Note : Note : This is one of my learning path projects about how coding GraphQL in different environments ex. Django | Flask | FastAPI ❀️

I chose the name JeffQL as I have a low level friend goes by the nickname Jeff and I wish would understand that Python and JavaScript are the future πŸš€

  • A Simple fastAPI authentication & Login API using GraphQL and JWT.

  • Using Graphene-Python a library for building GraphQL APIs in Python easily, its main goal is to provide a simple but extendable API for making developers’ lives easier.

  • Using fastapi-jwt-auth a FastAPI extension that provides JWT Auth support.

Get Started πŸš€

  • Clone the Repository into your local Machine :
git clone https://github.com/yezz123/JeffQL
  • I prefer creating a virtual env to facilitate my workflow :
sudo pip3 install virtualenv

virtualenv venv

source venv/bin/activate
  • Then Try to install the requirements :
pip install -r requirements.txt
  • Now you can run the main.py using uvicorn, or use the file pre-created start.py :
import uvicorn
import main

uvicorn.run(main.app, host="0.0.0.0", port=8080)
  • After running the start.py, you can start now trying some Queries and mutations πŸš€.

Resources πŸš€

jeffql's People

Contributors

yezz123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.