full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

does any one has working version of this project

Open bibektimilsina000 opened this issue 2 years ago • 13 comments

if any one intrested i have fixed the backend part of this project. here is the link https://github.com/bibektimilsina000/FastAPI-PgStarterKit

bibektimilsina000 avatar Jul 21 '23 09:07 bibektimilsina000

Project hasnt been touched in 3 years. I've been going through a lot of the boilerplate projects. Most all of them have issues. You're going to have to feel it out or pick it apart and make your own. These boilerplate projects are all finiky as hell. You really have to know what youre doing to "fix" them. So just build your own. It is actually easier.

ddcroft73 avatar Jul 24 '23 23:07 ddcroft73

I am using this one for most of my projects and going to publish soon. Also I remember @tiangolo recently said that he'll come back to this project soon with many updates.

aaliboyev avatar Jul 28 '23 13:07 aaliboyev

Wondering the same here, been trying to bring it to life 🤣🤣, I would love to understand how to build one like it

daviekaranja avatar Jul 31 '23 20:07 daviekaranja

Project hasnt been touched in 3 years. I've been going through a lot of the boilerplate projects. Most all of them have issues. You're going to have to feel it out or pick it apart and make your own. These boilerplate projects are all finiky as hell. You really have to know what youre doing to "fix" them. So just build your own. It is actually easier.

Mind sharing a link on how to, I have been disecting this project to understand it

daviekaranja avatar Jul 31 '23 20:07 daviekaranja

I have fixed most of it. I'm using it as a basis for my authentication gateway. The only issue was the dependencies and surprisingly quite a few type errors where he used the wrong kwarg. However my project is ONLY the backend. It's ongoing and I'm still working on it, but aside from a few minor errors it works as expected.

ddcroft73 avatar Aug 05 '23 10:08 ddcroft73

I have fixed most of it. I'm using it as a basis for my authentication gateway. The only issue was the dependencies and surprisingly quite a few type errors where he used the wrong kwarg. However my project is ONLY the backend. It's ongoing and I'm still working on it, but aside from a few minor errors it works as expected.

can you provide the repo of your project

bibektimilsina000 avatar Aug 06 '23 07:08 bibektimilsina000

Do you have a repo for it?, we would like to help, was thinking on working on too but since you have started there's no need to start from scratch

On Sun, Aug 6, 2023, 10:36 Bibek Timilsina @.***> wrote:

I have fixed most of it. I'm using it as a basis for my authentication gateway. The only issue was the dependencies and surprisingly quite a few type errors where he used the wrong kwarg. However my project is ONLY the backend. It's ongoing and I'm still working on it, but aside from a few minor errors it works as expected.

can you provide the repo of your project

— Reply to this email directly, view it on GitHub https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/527#issuecomment-1666758765, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJC46F66U6JE25DLIDIPQ3XT5CP3ANCNFSM6AAAAAA2SRZ2W4 . You are receiving this because you commented.Message ID: @.***>

daviekaranja avatar Aug 06 '23 07:08 daviekaranja

Do you have a repo for it?, we would like to help, was thinking on working on too but since you have started there's no need to start from scratch On Sun, Aug 6, 2023, 10:36 Bibek Timilsina @.> wrote: I have fixed most of it. I'm using it as a basis for my authentication gateway. The only issue was the dependencies and surprisingly quite a few type errors where he used the wrong kwarg. However my project is ONLY the backend. It's ongoing and I'm still working on it, but aside from a few minor errors it works as expected. can you provide the repo of your project — Reply to this email directly, view it on GitHub <#527 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJC46F66U6JE25DLIDIPQ3XT5CP3ANCNFSM6AAAAAA2SRZ2W4 . You are receiving this because you commented.Message ID: @.>

i also have only backend it is almost fixed but am still facing some issue the only issue exist is related to alembic can we colab and fix it?

bibektimilsina000 avatar Aug 06 '23 08:08 bibektimilsina000

Yes we can do it

daviekaranja avatar Aug 06 '23 08:08 daviekaranja

Yes we can do it https://github.com/bibektimilsina000/FastAPI-PgStarterKit

please give it a look and please ping me.

bibektimilsina000 avatar Aug 06 '23 08:08 bibektimilsina000

I have a complete and up-to-date fork of this project at https://github.com/whythawk/full-stack-fastapi-postgresql Just updated to FastAPI 0.99, running Nuxt 3.6 on the frontend.

turukawa avatar Aug 11 '23 17:08 turukawa

@turukawa The fork is very awesome

thoth2357 avatar Aug 21 '23 11:08 thoth2357

I have fixed most of it. I'm using it as a basis for my authentication gateway. The only issue was the dependencies and surprisingly quite a few type errors where he used the wrong kwarg. However my project is ONLY the backend. It's ongoing and I'm still working on it, but aside from a few minor errors it works as expected.

can you provide the repo of your project

Here ya go: https://github.com/ddcroft73/Fastapi-Auth-API-Gateway

It's been 3 weeks, I've been busy and I'm sorry I didn't get back in time. It may work for you, but I've built it to be a custom job. It works really well for me, but you know how finiky these things are. Ive commited it with 2 revisions. You only need to do the first one to get it to work. The second just adds a few new user fields. Add a .env. I think I made it with decent instructions, but since it's personal, I may have left a lot out. Satisfy the variable and Settings needs and it should run with docker-compose up and then run first_start.sh to setup the DB. There is some contact info in the repo somewhere if you need help, but I'm hoping you've got something up and running by now.

ddcroft73 avatar Aug 28 '23 00:08 ddcroft73