Website development notes:
Frontend:
Give prompt to AI. Decide the features of your website what your website is going to be all about
generate the prompt ask it to use Languages such as HTML , Css and then copy the code and ask gpt to
fix any errors if they are in them.
Backend:
If the website is Dynamic:
Explain the Ai about how you have created the website and then give it the files of your website and
your sig in and your log in should be made. Then ask it to create a proper backend of your website a
proper database and a proper log in and sig in option.
python -m uvicorn main:app --reload
link for starting the backend of you server make shure to write it in CMD