0% found this document useful (0 votes)
2 views1 page

Website Development Notes

The document outlines steps for website development, focusing on both frontend and backend processes. For the frontend, it suggests using AI to generate and refine HTML and CSS code. For the backend, it emphasizes creating a dynamic website by providing AI with project files and instructions to establish a proper backend, database, and authentication features.

Uploaded by

rip8956kl
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Website Development Notes

The document outlines steps for website development, focusing on both frontend and backend processes. For the frontend, it suggests using AI to generate and refine HTML and CSS code. For the backend, it emphasizes creating a dynamic website by providing AI with project files and instructions to establish a proper backend, database, and authentication features.

Uploaded by

rip8956kl
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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

You might also like