LightningGuard / Syllabus-Creation-Tool

1 stars 2 forks source link

As a developer I want to learn more about how data and syllabi will be stored and searched for in our app to fulfill issues #6 and #7 #22

Open Egonor opened 2 years ago

Egonor commented 2 years ago

Size: 5 points

Egonor commented 2 years ago

Possibly contact CEO about connecting with other team to see what they're planning or what he wants for the endgame of this project (UMBC hosted database?)

Look into Django implementation of basic DB access; Django is python and python has SQLite built in so maybe it implements that.

2948962212 commented 2 years ago

https://www.youtube.com/watch?v=UxTwFMZ4r5k http://www.learningaboutelectronics.com/Articles/How-to-insert-files-into-a-database-table-with-Python-in-Django.php https://www.youtube.com/watch?v=kItCYf1xnDA https://www.youtube.com/watch?v=IU3LbtbmXXI&list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK&index=6 https://docs.djangoproject.com/en/3.2/intro/tutorial02/#:~:text=By%20default%2C%20the%20configuration%20uses,else%20to%20support%20your%20database. https://www.sqlite.org/whentouse.html

This are the links help me to learn about Django database stuff. I decided to try SQLite first, since I'm new to Django and database, SQLite is default database for Django and easy to use. It's also included in python.

Jamesf15182 commented 2 years ago

Links look good/helpful.