You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<member-body> Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML and CSS based design templates. Bootstrap was utilized to create the homepage Carousel as well as the to display our data in a table like manner. <br/><br/></member-body>
91
+
<member-body> Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML and CSS based design templates. Bootstrap was utilized to create the homepage Carousel as well as the to display our data in a grid like manner. Bootstrap is used throughout the wesbite to add styling, design the layout, and add components.<br/><br/></member-body>
<member-body> ReactJS is an open-source JavaScript framework for building user interfaces. <br/><br/></member-body>
100
+
<member-body> ReactJS is an open-source JavaScript framework for building user interfaces. We plan on using ReactJS to add animation to many of our page elements. For example, in the future, when the grid has to render a lot more elements and query the database, loading times will be greater. In this example, we will use React to add a loading animation.<br/><br/></member-body>
<member-body> Isotope is an open source package that we utilized in order to create the grid like interface. It also has the functionality to add sorting and filtering. </member-body>
109
+
<member-body> Isotope is an open source package that we utilized in order to create the grid like interface. It sets the spacing of the elements to work as a grid. Additionally, it has the functionality to add sorting and filtering using jQuery. </member-body>
<member-body> AWS S3 is a stororage for the Internet designed to make web-scale computing easier for developers. AWS S3 is where the SWEatshop is hosted. <br/><br/></member-body>
118
+
<member-name> AWS RDS<br/><br/></member-name>
119
+
<member-body> AWS RDS hosts relational databases. We use RDS to host our PostgreSQL database. We access this database using Flask-SQLAlchemy.<br/><br/></member-body>
<member-body> SQLAlchemy is an open source SQL toolkit and object-relational mapper (ORM) for the python language. We utilize SQLAlchemy in order to connected the front-end with our Postgresql database. SQLAlchemy is essentially used to retrieve data from our database and populate our HTML pages. <br/><br/></member-body>
128
+
<member-body> SQLAlchemy is an open source SQL toolkit and object-relational mapper (ORM) for the python language. We utilize SQLAlchemy in order to connected the front-end with our PostgreSQL database. SQLAlchemy is essentially used to create models, retrieve data from our database, and populate our HTML pages. <br/><br/></member-body>
<member-body> PostgreSQL is an object-relational database. We utilize PostgreSQL as a place to keep and organize our data models. <br/><br/></member-body>
137
+
<member-body> PostgreSQL is an object-relational database. We utilize PostgreSQL to create, read, and modify the database. <br/><br/></member-body>
<member-body>The Google Maps API is an aplication programming interfaces that allows developers to use Google Maps services in their applications. We utilized the Google Maps API in order to embed the location of the companies, people, investors, and schools of our models. </member-body>
165
+
<member-body>The Google Maps API is an application programming interface that allows developers to use Google Maps services in their applications. We utilized the Google Maps API in order to embed the location of the companies, people, investors, and schools of our models. </member-body>
<member-body> Elastic Compute Cloud is a web service that provides computing capacity from Amazon's cloud. We use it create a virtual machine that contains our files for this site. <br/><br/></member-body>
175
+
<member-body> Elastic Compute Cloud is a web service that provides computing capacity from Amazon's cloud. We use it create a virtual machine that contains our files for this site. Accessing our website points you to the Public IP and Public DNS of this EC2 instance. <br/><br/></member-body>
0 commit comments