Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
9746421
[fix] 학교 이름
5IHYUN May 22, 2025
d0f0484
[FEAT] 클라우드스토리지 코드 추가
5IHYUN May 23, 2025
368a4fa
[FEAT] getImages 함수 연결
chaehyeon02 May 23, 2025
7e0c7bf
[FEAT] getImage 함수 연결
5IHYUN May 24, 2025
31319c6
[TEST] 브랜치 확인
5IHYUN May 24, 2025
eb38a5e
[FEAT] post image 넣기
chaehyeon02 May 24, 2025
73f1966
[FIX] 이미지 오류 수정
5IHYUN May 24, 2025
1a8a251
[FIX] 오류 수정
5IHYUN May 24, 2025
291c9fc
[FIX] 필요 없는 rabbitmq관련 파일 삭제
5IHYUN May 25, 2025
4606e7e
[FEAT] 로그인 정보
5IHYUN May 25, 2025
c978874
[FEAT] rabbitmq 통신 시도
chaehyeon02 May 25, 2025
6650f5d
[FEAT] university_id 받아오기
chaehyeon02 May 25, 2025
e17546b
[FIX] 학교이름 오류 수정
5IHYUN May 25, 2025
4dc8799
[FEAT] rabbitMQ 큐 추가
chaehyeon02 May 25, 2025
4a8a877
[FEAT] getUniversityID
chaehyeon02 May 25, 2025
74d6929
[FIX] 오류 수정
chaehyeon02 May 25, 2025
48296db
[FEAT] imageLoad 추가
chaehyeon02 May 25, 2025
ee3a31c
Revert "[FEAT] imageLoad 추가"
5IHYUN May 25, 2025
85f10c7
[FIX] 라우터 수정
5IHYUN May 26, 2025
c25ad7b
[FIX] getCardNewsImageUrl로 보내기
5IHYUN May 26, 2025
b7d4221
[FIX] getCardNewsImageUrl
chaehyeon02 May 26, 2025
6c937fe
[FIX] 리다이렉트
chaehyeon02 May 27, 2025
07a29e0
Revert "[FIX] getCardNewsImageUrl"
5IHYUN May 27, 2025
0b32814
[FIX] apiUrl 에러
5IHYUN May 27, 2025
705ac62
[FIX] rabbitmq 수정
5IHYUN May 28, 2025
0a11e46
[FIX] url 변수명 수정
chaehyeon02 May 28, 2025
9222df5
[FIX] 리다이렉트
chaehyeon02 May 28, 2025
d793a52
[FIX] 리다이렉트 오류 수정
chaehyeon02 May 28, 2025
3a938d1
[fix] 링크 연결
5IHYUN May 28, 2025
7c7b489
[fix] universityUrl
chaehyeon02 May 28, 2025
4eb3d4f
Merge branch 'develop2' of https://github.com/Uniunity-msa/start-serv…
5IHYUN May 28, 2025
5fc114b
[fix] getUniversityUrl 다시 수정
chaehyeon02 May 28, 2025
ab03939
[FIX] getUniversityUrl 고침
5IHYUN May 28, 2025
9aeb264
Merge branch 'develop2' of https://github.com/Uniunity-msa/start-serv…
chaehyeon02 May 28, 2025
9b9c5db
[FEAT] post랑 통신 성공
5IHYUN May 28, 2025
eb057ce
Merge branch 'develop2' of https://github.com/Uniunity-msa/start-serv…
chaehyeon02 May 28, 2025
e067f07
[fix] post 통신부분 머지
5IHYUN May 28, 2025
0c301a3
Merge branch 'develop2' of https://github.com/Uniunity-msa/start-serv…
5IHYUN May 28, 2025
ca03fef
[fix] post간접 통신 진짜 성공
5IHYUN May 29, 2025
56b4a58
[TEST] getimageurl 리턴 결과
chaehyeon02 May 29, 2025
37ac37c
[FIX] 이미지 띄우기
5IHYUN May 29, 2025
2f3d6e3
[FIX] 함수명 수정
chaehyeon02 May 29, 2025
861a73c
[FIX] 안쓰는 함수 삭제
chaehyeon02 May 29, 2025
435aab2
[FIX] 리다이렉트 변수명 수정
chaehyeon02 May 29, 2025
e675390
[FIX] 로그인
chaehyeon02 May 29, 2025
7e0abbd
[FIX] 로그인 연결
chaehyeon02 May 29, 2025
78b3a7b
[FEAT] mainpage 로그인 함수 추가
chaehyeon02 May 29, 2025
1da208c
[FEAT] 지도 중심 받아오기
chaehyeon02 May 29, 2025
708a44b
[TEST] 가져온 좌표 확인
chaehyeon02 May 29, 2025
ebdda50
[fix] 이미지 링크 연결
chaehyeon02 May 29, 2025
0cc4f9c
[FEAT] 학교별 위치
5IHYUN May 30, 2025
259e138
[FIX] 외부ip 수정
5IHYUN May 31, 2025
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
11 changes: 3 additions & 8 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const bodyParser = require("body-parser");
const path = require('path');
const db = require('./src/config/db.js');
const app = express();
const rabbitmq = require("./src/rabbit/rabbitMQ.js")

//에러 라우팅
const errorController = require("./src/controllers/errorControllers.js");
Expand Down Expand Up @@ -40,16 +41,10 @@ app.use(errorController.logErrors);
app.use(errorController.respondNoResourceFound);
app.use(errorController.respondInternalEroor);

//래빗mq
//const mq = require("./src/rabbit/rabbitmq-api.js");
//app.post("/send_msg", mq.send_message);
//app.get("/get_msg", mq.recv_message);

// const port = process.env.PORT;
const port = 3001;
const port = process.env.PORT;
app.listen(port, ()=> {
console.log('running')
})


//develop2 branch 연결 테스트
module.exports = app;
Loading