This repository has two folders:
- backend - A folder for backend project made in NodeJS and Express.
- frontend - A folder for web project made in React.
- Yarn or npm;
- MongoDB - Non Relational database.
- Run your MongoDB server or the project will not work.
- Clone this repository;
# clone the repository
git clone https://github.com/henriqueantonio/factobrasil-crawler.git
- Run the backend:
# enter the repository and use yarn tu run the dependencies
cd factobrasil-crawler/backend && yarn
# run the server
yarn dev:server
- Run the frontend:
# enter the repository and use yarn tu run the dependencies
cd .. && cd frontend && yarn
# run the application
yarn start