Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start parallel backend & frontend dev servers

make -j

Init Backend

mkdir .venv
cp .env.example .env
pipenv install

.env credentials

  • SECRET_KEY: Django secret key

Init Frontend

cd frontend
cp .env.example .env
npm install

.env credentials

  • PORT: Port for local development
  • API_URL: Api url for requesting queries to backend

About

🕵️ Search engine based on ReactJS + Django

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Contributors

Languages