Skip to content

henriqueantonio/simple-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Crawler Project

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.

🗾 Images

web web web

📋 Requirements

  • Yarn or npm;
  • MongoDB - Non Relational database.

🛑 Remember

  • Run your MongoDB server or the project will not work.

🧾 How to run (step by step)

  • 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

About

Facto Brasil Crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published