π¨βπ³ Let me cook your variable π©βπ³
νκΈ λ¨μ΄λ₯Ό snack case, camel case μ κ°μ λ³μλͺ λͺ λ²μ μλ§λ λ¨μ΄λ‘ μΆμ²ν΄μ£Όλ μλΉμ€
Use our service. Variable Chef
Β
-
Installation
-
Git Clone
git clone https://github.com/jiwookseo/variable_chef.git
-
or Download ZIP
Β
-
-
Settings
-
νκ²½ λ³μ μ€μ
νκ²½ λ³μλ₯Ό
~/.bashrc
,~/.zshrc
κ°μ Shell environment μ μΆκ°ν΄μ€λλ€.export GOOGLE_APPLICATION_CREDENTIALS="<your_credential_file_path>" export NAVER_ID="<your_id>" export NAVER_SECRET="<your_secret>"
Β
-
Backend μ€μ
backend directory λ‘ μ΄λν©λλ€.
cd backend
Β
pip install
λͺ λ Ήμ΄λ₯Ό ν΅ν΄requirements.txt
μ μ μ₯λ μμ‘΄μ± ν¨ν€μ§λ₯Ό μ€μΉν©λλ€.pip install -r requirements.txt
Β
migrateλ₯Ό ν λ€ Django νλ‘μ νΈλ₯Ό μ€νν©λλ€.
python manage.py makemigrations python manage.py migrate python manage.py runserver
Β
-
Frontend μ€μ
frontend directory λ‘ μ΄λν©λλ€.
cd frontend
Β
yarn
λͺ λ Ήμ΄λ₯Ό ν΅ν΄ μμ‘΄μ± ν¨ν€μ§λ₯Ό μ€μΉνκ³ Recat μλ²λ₯Ό μ€νν©λλ€.yarn yarn start
-
Β
- Django 2.2
- Django REST framework 3.9.2
- Google Cloud Natural Language API
Β
- React: 16.8.6
- semantic-ui-css: 2.4.1
- semantic-ui-react: 0.86.0
- styled-components: 4.2.0
- axios: 0.18.0
Β
-
Frontend
-
Backend and Deploy