#🔒 making a pastebin backend as an intro to web. what do i need?

4 messages · Page 1 of 1 (latest)

serene wren
#

i obviously have fastapi installed and i messed around with it a bit. i already have the concept of the different types of requests: GET, POST, etc. i also understand the concept of a BaseModel which is pretty much the namedtuple of JSON data.

my question is, what's next? how do i implement things like ratelimiting, schemas, etc? how do i put my best foot forward for this?

also should i design the backend or the frontend of my pastebin service first? i want to do backend because i know, if i do frontend, i'll get carried away with design choices and making things look perfect before they are performing, but i have no idea what the best approach forward would be.

help would be much appreciated

sinful harborBOT
#

@serene wren

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

sinful harborBOT
#

@serene wren

Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.