Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 1.62 KB

README.md

File metadata and controls

83 lines (59 loc) · 1.62 KB

NEXT.JS Flybondi - Challenge - Full Stack - IMPORTANT!!! - READ ME

To run locally, MongoDB database and docker-compose are REQUIRED.

    docker-compose up -d
  • The "-d" means it runs in detached mode in the background.

  • To run the project, NodeJS and MongoDB must be installed.

Configure Environment Variables

Rename the .env_template file to .env and configure the environment variables.

MONGO_URL=mongodb://localhost:27017/flybondiDB

Rebuild Node Modules and run NEXT.JS

    yarn install 
    yarn dev

Fill the database with test information

Call:

    http://localhost:3000/api/seed

Hello Everyone 🪐👋

🤖 About App:

This is a Flybondi-challenge using React + NextJS + Typescript, you can see the next features:

  • Check the flies from Origin to Destiny.
  • Filter the flies by price."

🎥 A little video of the WEB:

1679158371462.mp4


The app is made with the following technologies:

## ⚛️ React

React: 18.2.0

## ⚛️ Next JS:

next: 13.2

## ⚛️ Mongoose

Mongoose: 7.0.1

## ⚛️ MUI 

Material-UI: 5.11.3


## How to use: 
  1. Review the information posted at the beginning
## ✉️ Contact

gmail: cerrano.francisco22@gmail.com

## 🤔 Autor

👤 **Francisco Cerrano**

- Twitter: [@thedraxxworld](https://twitter.com/ThedraxxWorld)
- Github: [thedraxx](https://github.com/thedraxx)
- LinkedIn: [Francisco Isaac Cerrano](https://www.linkedin.com/in/iscodev/)

** Credits to Fernando Herrera! (teacher)