Skip to content

The flight booking website utilizes React, Node, Bootstrap, Amplify, AWS RDS, AWS Cognito, and Lambda functions for REST API

Notifications You must be signed in to change notification settings

HRosser15/Avigo-Flight-Booking

 
 

Repository files navigation

#Group-4-Flight-Booking-Ecommerce Group 4's repo for our ecommerce based flights app.

To run locally:

  • open the vite.config.js file
  • remove the underscore ( _ ) from the line _global:({}) as seen below:

| export default defineConfig({ | | plugins: [react()], | | define: { | | // By default, Vite doesn't include shims for NodeJS/ | | // necessary for segment analytics lib to work | | this--> _global:({}) | | }, | | }); | |_______________________________________________________________________|

To run the website hosted by Amplify:

  • open the vite.config.js file
  • ensure the underscore ( _ ) from the line _global:({}) is present, as seen below:

| export default defineConfig({ | | plugins: [react()], | | define: { | | // By default, Vite doesn't include shims for NodeJS/ | | // necessary for segment analytics lib to work | | this--> _global:({}) | | }, | | }); | |_______________________________________________________________________|

About

The flight booking website utilizes React, Node, Bootstrap, Amplify, AWS RDS, AWS Cognito, and Lambda functions for REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 69.8%
  • CSS 29.5%
  • HTML 0.7%