Creating a API with FastAPI and nbdev

Hi everyone,

For a new project I am working on, I made a simple Proof of Concept of creating a web API using FastAPI and nbdev. The result is published in this blog post (normally I write in Dutch, but since I want to share it with this community I wrote it in English).
Please let me know what you think :slight_smile:.

Blogpost: Side Project - Combining FastAPI and nbdev | CabbageMees
Github Repo: GitHub - MeesMolenaar/fastapi-nbdev: Proof of concept of using FastAPI with Nbdev
Github Pages: fastapi-nbdev

3 Likes

UPDATE:
I have updated my blog to Quatro, unfortunately it changed the URLs of the post. Now, you can find the blogpost here: CabbageMees - Side Project - Combining FastAPI and nbdev

I can not find the edit button for the post

2 Likes

Hi @MissoeMassa,
finally got around to testing nbdev and after understanding the first bits and pieces I immediately jumped to two questions:

  1. Can I include a CLI when developing with nbdev :point_right: experimented myself and was very pleased that it works like a charm!
  2. Can I include an API based on FastAPI :point_right: that’s how I found this post

Just wanted to thank you for taking the time to write this down so others like myself can learn from it - greatly appreciated!

#LongLiveOpenSource :fist:t2:

Cheers,
Janko

1 Like

I am glad it helped you :slight_smile:.