Skip to content

jmk445/missing-person-detector-backend

 
 

Repository files navigation

Setting

  • pipenv 사용
  • Python 3.10.9
  • FastAPI
  • MongoDB

How to Start server

  1. pipenv 설치 ($ pip install pipenv )
  2. $ pipenv --python 3.10 (없을 시에 다운로드 받아라고 뜸)
  3. $ pipenv install
  4. $ sudo -u mongodb mongod --config /etc/mongod.conf
  5. $ pipenv shell
  6. $ pipenv run start

안되면 카톡

api test 방법

  1. localhost:5000/docs로 접속

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%