Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6a13335
init
naro-Kim Jul 25, 2022
3977c79
Merge pull request #1 from naro-Kim/main
naro-Kim Jul 25, 2022
dc70994
fix
naro-Kim Jul 25, 2022
931ed6c
진짜 최종
naro-Kim Jul 25, 2022
ffd015c
fix directory
naro-Kim Jul 25, 2022
3f64280
ahhyun branch
naro-Kim Jul 25, 2022
27f8ffa
[FIX] Frontend js 형식으로 변환
naro-Kim Jul 27, 2022
0fc2343
[Add] 가상환경 설정
naro-Kim Jul 27, 2022
471c7d3
0727
shinddong Jul 27, 2022
1506dc7
[FIX] #1. Signup page classname
naro-Kim Jul 27, 2022
787f026
사인업
shinddong Jul 27, 2022
83272c5
공부의 신 신동렬
shinddong Jul 27, 2022
e1b6c1c
0727 최종본 연결 성공!
shinddong Jul 27, 2022
19f1ff3
api 순서만 바꾼거야
shinddong Jul 28, 2022
a001172
Merge branch 'test_donryeol' into dev
danhandev Jul 28, 2022
af16383
[ADD]: Add react and venv settings in .gitignore
danhandev Jul 29, 2022
fb920cc
응애
shinddong Jul 29, 2022
99552b2
shinddong Jul 29, 2022
ccf8b34
로그인 잘돼
shinddong Jul 29, 2022
d3bbbf3
로긘에러
shinddong Jul 29, 2022
ab496e5
비번 네비 두개 뜸
shinddong Jul 29, 2022
703a886
로그인 페이지
shinddong Jul 29, 2022
187395f
[Add] FindIdAPI.jsx 작성중
shinddong Jul 29, 2022
d9b665d
[FEAT]:user완성!
myqewr Jul 29, 2022
950ac37
Merge remote-tracking branch 'origin/dev' into minyoung-test2
myqewr Jul 29, 2022
bf96064
Merge branch 'minyoung-test2' into dev
myqewr Jul 29, 2022
0b7ffa1
[Add] FindIdAPI.jsx
shinddong Jul 29, 2022
3953cb0
Merge branch 'test_donryeol' into dev
shinddong Jul 29, 2022
96f3413
Merge branch 'dev' of https://github.com/2022Eatpository/Eatpository …
shinddong Jul 29, 2022
9b47c0b
[ADD]: Change secrets.json to secrets.py
danhandev Aug 3, 2022
2a132fe
[UPDATE] : Update python settings in .gitignore
danhandev Aug 3, 2022
0dcc640
[FEAT}: Create information model and serializer
danhandev Aug 5, 2022
4b94b96
[UPDATE]]: Change information serializer for editor get api
danhandev Aug 5, 2022
8ff267d
DOCS: Write code description
danhandev Aug 9, 2022
5cb5c77
FEAT: Get stores data from kakao api
danhandev Aug 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[*]
cpp_indent_braces=false
cpp_indent_multi_line_relative_to=innermost_parenthesis
cpp_indent_within_parentheses=indent
cpp_indent_preserve_within_parentheses=false
cpp_indent_case_labels=false
cpp_indent_case_contents=true
cpp_indent_case_contents_when_block=false
cpp_indent_lambda_braces_when_parameter=true
cpp_indent_goto_labels=one_left
cpp_indent_preprocessor=leftmost_column
cpp_indent_access_specifiers=false
cpp_indent_namespace_contents=true
cpp_indent_preserve_comments=false
cpp_new_line_before_open_brace_namespace=ignore
cpp_new_line_before_open_brace_type=ignore
cpp_new_line_before_open_brace_function=ignore
cpp_new_line_before_open_brace_block=ignore
cpp_new_line_before_open_brace_lambda=ignore
cpp_new_line_scope_braces_on_separate_lines=false
cpp_new_line_close_brace_same_line_empty_type=false
cpp_new_line_close_brace_same_line_empty_function=false
cpp_new_line_before_catch=true
cpp_new_line_before_else=true
cpp_new_line_before_while_in_do_while=false
cpp_space_before_function_open_parenthesis=remove
cpp_space_within_parameter_list_parentheses=false
cpp_space_between_empty_parameter_list_parentheses=false
cpp_space_after_keywords_in_control_flow_statements=true
cpp_space_within_control_flow_statement_parentheses=false
cpp_space_before_lambda_open_parenthesis=false
cpp_space_within_cast_parentheses=false
cpp_space_after_cast_close_parenthesis=false
cpp_space_within_expression_parentheses=false
cpp_space_before_block_open_brace=true
cpp_space_between_empty_braces=false
cpp_space_before_initializer_list_open_brace=false
cpp_space_within_initializer_list_braces=true
cpp_space_preserve_in_initializer_list=true
cpp_space_before_open_square_bracket=false
cpp_space_within_square_brackets=false
cpp_space_before_empty_square_brackets=false
cpp_space_between_empty_square_brackets=false
cpp_space_group_square_brackets=true
cpp_space_within_lambda_brackets=false
cpp_space_between_empty_lambda_brackets=false
cpp_space_before_comma=false
cpp_space_after_comma=true
cpp_space_remove_around_member_operators=true
cpp_space_before_inheritance_colon=true
cpp_space_before_constructor_colon=true
cpp_space_remove_before_semicolon=true
cpp_space_after_semicolon=false
cpp_space_remove_around_unary_operator=true
cpp_space_around_binary_operator=insert
cpp_space_around_assignment_operator=insert
cpp_space_pointer_reference_alignment=left
cpp_space_around_ternary_operator=insert
cpp_wrap_preserve_blocks=one_liners
224 changes: 220 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Created by https://www.toptal.com/developers/gitignore/api/python,venv,django,react
# Edit at https://www.toptal.com/developers/gitignore?templates=python,venv,django,react

### Django ###
*.log
*.pot
Expand All @@ -7,18 +10,231 @@ local_settings.py
db.sqlite3
db.sqlite3-journal
media
secrets.json
/myvenv

# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly.
# <django-project-name>/staticfiles/

### Django.Python Stack ###
# Byte-compiled / optimized / DLL files
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo

# Django stuff:

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

### react ###
.DS_*
logs
**/*.backup.*
**/*.back.*

node_modules
bower_components

*.sublime*

psd
thumb
sketch

### venv ###
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
pip-selfcheck.json


pyvenv.cfggi
.venv
pip-selfcheck.json

# frontend git ignore

### react ###
.DS_*
*.log
logs
**/*.backup.*
**/*.back.*

node_modules
bower_components

*.sublime*

psd
thumb
sketch

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

secrets
# End of https://www.toptal.com/developers/gitignore/api/python,venv,django,react
Backend/myvenv/pyvenv.cfg
File renamed without changes.
32 changes: 16 additions & 16 deletions Eatpository/Eatpository/asgi.py → Backend/Eatpository/asgi.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
"""
ASGI config for Eatpository project.
It exposes the ASGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/4.0/howto/deployment/asgi/
"""
import os
from django.core.asgi import get_asgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'Eatpository.settings')
application = get_asgi_application()
"""
ASGI config for Eatpository project.

It exposes the ASGI callable as a module-level variable named ``application``.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/howto/deployment/asgi/
"""

import os

from django.core.asgi import get_asgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'Eatpository.settings')

application = get_asgi_application()
1 change: 1 addition & 0 deletions Backend/Eatpository/secrets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MY_SECRET_KEY = "django-insecure-nmixw@sunn&yqov+l8nco%c+j5-3zxqr4^(k7kw01drncsv1p("
Loading