Skip to content

vladinator1000/flask-graphene-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-graphene-hello

A simple example using GraphQL (Graphene) and Flask

Prerequisites

First, install pipenv:

$ pip install pipenv

Installing

1. Clone Repository:

$ git clone https://github.com/savovs/flask-graphene-hello.git
$ cd flask-graphene-hello

2. Install Dependencies:

$ pipenv install

3. Open Project Shell (in virtual environment):

$ pipenv shell

4. Run Flask

$ FLASK_APP=./server/index.py flask run

5. Go to localhost:5000/graphql and run a hello(age: 23, name: "yourname") query.

That's it!

✨🍰✨

About

A simple example using GraphQL (Graphene) and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages