How do I start building a reading materials database website?

0
7
Asked By CreativePineapple89 On

I'm currently working with a charity organization to create a database that catalogs various research works and reading materials. I have some basic knowledge of Python and HTML, but I'm unsure how to begin this project. Any advice on how to get started would be greatly appreciated!

3 Answers

Answered By DataGuru77 On

What kind of data are you planning to store? Are you thinking of keeping everything local, or do you have a cloud solution in mind? More details would help!

Answered By CMSFanatic On

Have you considered using a content management system (CMS)? It might be a good fit depending on your needs.

Answered By CodingNinja42 On

Check out some full stack development courses that focus on Python, particularly Django or Flask. They’ll give you a solid foundation for your project.

TechieGeorge -

Definitely go for Django! It's much better suited for handling databases compared to Flask. Plus, you’ll also want to brush up on some CSS and JavaScript. Dive into a Django tutorial, and you’ll be building something useful in no time!

CreativePineapple89 -

Thanks for the suggestion!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.