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.
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.
Screen.Recording.2024-01-07.at.4.20.38.PM.mov
- Clone the repository: Open a terminal window. Navigate to the directory where you want to clone the repository:
git clone (copied link)
- Install the dependencies: Run the following command in the cloned repository directory:
npm install
- Run the React app: Run the following command in the cloned repository directory:
npm start
- Open the app in your web browser by navigating to http://localhost:3000
- 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
⭐ 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.
❗ 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.