Skip to content

Chestermozhao/elasticsearch_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch Python Practice

Code style: black

# Backend
cd backend
python3 -m venv venv

# optional: requirements with poetry
pip install poetry;poetry install

# install pre-commit
pip install pre-commit
pre-commit install

# Frontend
cd frontend
npm install
# just for dev environment, plz using build at prod environment
npm run dev
  1. Frontend
  • next.js
  • Using unDraw svg image
  1. Backend
  • Python3.6+
  • pre-commit: black
  • Elasticsearch 7.5: About Installation Document

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published