Food Facts is a web application that allows you to search for food products and see their nutritional information.
Explore the docs »
Web application to financial control.
- /
- Route to all products
- /product/:code
- Route to product details
To run this project, you will need to install Node.js.
Clone the repository:
git clone https://github.com/lgsfarias/nodejs-challenge-20201030-front.git
Access the project folder:
cd nodejs-challenge-20201030-front
Fill the .env following the .env.example file
cp .env.example .env
Install dependencies:
npm install
Run the project:
npm run dev