MissoeMassa
(Mees Molenaar)
December 3, 2022, 12:33pm
1
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 .
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
JankoWTF
(Janko Thyson)
November 5, 2023, 3:16pm
3
Hi @MissoeMassa ,
finally got around to testing nbdev and after understanding the first bits and pieces I immediately jumped to two questions:
Can I include a CLI when developing with nbdev experimented myself and was very pleased that it works like a charm!
Can I include an API based on FastAPI 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
Cheers,
Janko
1 Like
I am glad it helped you .