Follow steps written below to run the project
- Install node
- Run 'npm install' inside freshfeed-app directory to install the dependencies.
- Run 'npm start' to run the app on localhost.
- Install python3 and pip
- Run 'pip install -r requirements.txt' inside the freshfeed-api directory to install the packages.
- Run 'flask run' to run the backend app on localhost.