Skip to content

Catwallon/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine

A search engine with a crawler, featuring a React frontend and a Go backend.

Requirements

  • make
  • docker
  • docker-compose

Build

  1. Edit the env-example file to configure the required environment variables.

  2. Rename the file to .env.

  3. Then, build the project by running:

make build

Run

I recommend using Portainer to manage the stack. You can then choose to launch the stack with or without the crawler, depending on your needs. Additionally, you can dynamically modify the CRAWLER_START_URL before starting the crawler.

To start everything without Portainer:

make start

To stop all services:

make stop

About

A search engine like Google but i steal more data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published