Welcome to Travel App! This is a demo personal project developed following coding guidelines and best practices. The app gives travel recommendations to South America main international airpots based on a mock flight dataset. No actual bookings are confirmed.
| Frontend | Backend |
|---|---|
| Javascript (ES6) | NodeJS |
| Apollo client | GraphQL (Apollo Server) |
| Material-ui | OpenAPI |
- Clone repository
git clone [email protected]:lukasver/Travel-app.git. - Run local server
cd server/yarnyarn dev. - Run local client
cd client/yarnyarn start. - Have fun with the app on port
3000.