무료급식소 서버
npm run dev 로 실행 .env파일 넣어주어야 함
api 사용법
모든급식소 들고오기
get
http://localhost:3000/allCafeterias
필터링된 급식소 들고오기
post
http://localhost:3000/filteredCafeterias
json을 넣어주어야 함
예시
{
"lat":37.2443256742597,
"lon":127.07726027309943,
"diff":0.05
}