Give your users the perfect tool to let you know what they want the most and inform them about new features, bug fixes and more to make better product decisions.
The Pandafeed company was created as a final project for the Ironhack bootcamp in Mexico, the main purpose of this page is to be useful for all the companies in the world, helping them to develop a good track of new features for all their products, allow users and teammates to vote for the features they love the most or propose the ones they need.
Clone the project and install the dependencies.
yarn install
Start mongodb in a terminal window.
sudo mongod
Finally start the application.
yarn dev
The Pandafeed API will be available at localhost:3000