Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

I have been able to get docker and fast api set up and running, what are the next steps? #1819

Unanswered
phynicz asked this question in Questions
Discussion options

The readme files albeit informative leaves some details out for newbies, I want to know how to write a backend and a frontend using this API, do I have to replace any files or just update the already existing files,for example whenever I load localhost/api it shows details not found, how do I change this to show my actual backed and the front end how do I get it to show what I want.

You must be logged in to vote

Replies: 7 comments

Comment options

what do i do with the postgres server do i create a database, there are so many abstractions.

You must be logged in to vote
0 replies
Comment options

there 2 things you can do next:

  1. Deploy this in real production check out this medium article. or trying to deploy the smaller one for free check this one and this one here's example of mine https://simple-fastapi-template.herokuapp.com/
  2. Learn How Vue works for frontend and postgres server works

also what goals do you want to make this app?

You must be logged in to vote
0 replies
Comment options

Thank you for your response, I will learn Vue and Postgres server.
Although I want to learn fast API for skill purposes, I also want to currently use it to monitor data and changes in the data to sort of create an integrated data management/ monitoring system. Probably integrating another API with it as well.

You must be logged in to vote
0 replies
Comment options

Also, with the vue JS, do I have to input a new file with the code or modify already existing frontend files..

You must be logged in to vote
0 replies
Comment options

you can do both with Vue,js,

just keep in mind that vue js has higher entry barrier for beginner to learn but really easy to learn after that and scale up to very big production.

You must be logged in to vote
0 replies
Comment options

Just to be clear, what's the best way to go about developing this repo? Like what's a clear path to learning to improving and changing the customizable parts? I appreciate any feedback!

You must be logged in to vote
0 replies
Comment options

I think that the main point is to make the front-end interact with all the api's exposed in localhost:80/docs by adding more views in
full-stack-fastapi-postgresql/frontend/src/router.ts

it would be nice to have an example to copy and paste for that kind of simple interaction with Vue

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Converted from issue

This discussion was converted from issue #347 on September 01, 2025 16:12.

AltStyle によって変換されたページ (->オリジナル) /