Fastapi Graphql Save

FastAPI + GraphQL

Project README

Developing an API with FastAPI and GraphQL

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtual environment:

    $ python3 -m venv venv && source venv/bin/activate
    
  3. Install the requirements:

    (venv)$ pip install -r requirements.txt
    
  4. Update db.py.

  5. Run the server:

    (venv)$ uvicorn main:app
    

    Navigate to http://localhost:8000.

Open Source Agenda is not affiliated with "Fastapi Graphql" Project. README Source: moluwole/fastapi-graphql
Stars
47
Open Issues
1
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating