About | Features | Technologies | Requirements | Starting | License | Author
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.
✔️ Find and list seller products;
✔️ Find direct Meli idProduct;
✔️ Show details and product description;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# 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>This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Oscartic
This is a Next.js project bootstrapped with create-next-app.
