Skip to content

tednaaa/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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