Skip to content

em2396/AeroBites

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AeroBites

AeroBites Tests

💾 Technologies Used

HTML5 CSS3 React Visual Studio Code GitHub NPM Cypress Express Knex

👩‍💻 👩‍💻 👨‍💻 👩‍💻 Collaborators

Emalee Poellot | Amy Siu | Brendan Turner | Chris Butler

💭 Abstract

Our application represents a harmonious synergy between a user-friendly front end and a robust back end. Whether exploring airports, navigating terminals, or discovering restaurants, users can enjoy a seamless and engaging experience facilitated by the thoughtful integration of React, Express, Knex.js, and PostgreSQL technologies.

📝 Context

We a group of 4 front-end developers working together remotely via Zoom and asynchronously through the GitHub project board to complete this application. This project was completed from week 3 of Mod 3 of the Front End development program at Turing School of Software & Design.

🎥 Preview

Screen.Recording.2024-01-07.at.4.20.38.PM.mov

Link:

Live Github Link Backend Repo

🔌 Server Setup

  1. Clone the repository: Open a terminal window. Navigate to the directory where you want to clone the repository: git clone (copied link)
  2. Install the dependencies: Run the following command in the cloned repository directory: npm install
  3. Run the React app: Run the following command in the cloned repository directory: npm start
  4. Open the app in your web browser by navigating to http://localhost:3000

📚 Learning Goals

  • Gain competency with building a backend API, using express and knex.js
  • Use React fundamentals
  • Test React components & asynchronous JS with cypress
  • Practice refactoring
  • Create a multi-page UX using Router

🥇 Wins

⭐ Successfully use React and React Router ⭐ Working collaboratively as a team to overcome any obstacles and combining our knowledge to create a successful app ⭐ Successfully implement cypress testing ⭐ Getting the backend running and all the data displaying correctly was a big win for all of us. Being able to implement something we had no idea about a week ago was very rewarding.

🚧 Challenges

❗ When we were working on sample data with knex.js, the functions were all working but when we implemented a larger data set, we had to completely refactor because a simple dataset with hard coded foreign keys won't run into batching restraints. The larger dataset was loading into multiple terminals and we ended up getting over 630,000 objects. Refactoring and understanding how to rewrite it was a major hurdle. ❗ When we were learning knex.js, we were doing it in a separate environment than our express server so we got to a point where we had to merge them and realized we had to combine them together. ❗ Time wasted, there were times where we went down the wrong paths because we were following directions that had extra things to do that prevented us from going forward. For example, we wasted some time trying to create a table directly in psql.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.7%
  • CSS 22.4%
  • HTML 6.9%