Skip to content

aronei44/FastGraph

Repository files navigation

FastGraph

Base project with FastAPI and GraphQL (Strawberry)

Installation

  • clone this repository
git clone https://github.com/aronei44/FastGraph.git
cd FastGraph
  • virtualenv (win)
py -m venv venv
./venv/Script/activate
pip install -r requirements.txt
  • run app (win)
py main.py

Testing

testing is based on pytest testing. You can create test in folder Test and import it to test_main.py. Run testing with pytest or py -m pytest

Contributing

I'm so glad if you want to contribute to this project. you can read CONTRIBUTION.md for detail. thank you

About

Simple base project with FastAPI and GraphQL (Strawberry)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published