Skip to content

Oscartic/front-meli

Repository files navigation

Front Meli

Github top language Github language count Repository size License


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This project is a technical test for developers Meli candidates. the main requirement is connect to the Meli api for find, process and represent result in frontend using Javascript language.

✨ Features

✔️ Find and list seller products;
✔️ Find direct Meli idProduct;
✔️ Show details and product description;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Oscartic/front-meli

# Access
$ cd front-meli

# Install dependencies
$ npm install

# Create an .env file with following environments 
  HOSTNAME=localhost
  PORT=3000
  HOST=http://$HOSTNAME:$PORT
  API_MELI_URL=http://localhost:5001/api/v1 (api project is required)

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Oscartic

 

Back to top

This is a Next.js project bootstrapped with create-next-app.

Releases

No releases published

Packages

No packages published