본문 바로가기
심심풀이 개발

heroku에 노드 채팅 올리기

by WebHack 2022. 8. 10.

ㅇ 원하는 소스 가져오기

git clone https://github.com/rubychi/udemy-chatapp.git 

cd ./udemy-chatapp

환경 파일 소스 수정

heroku login

git init

#heroku 에 git 연결

heroku git:remote -a socketgaming-chat

git add .

git commit -am "make it better"

git push heroku master

 

heroku에서 New 클릭 후 앱 생성

 

https://mlab.com/

 

MongoDB Atlas Database | Multi-Cloud Database Service

The multi-cloud database service at the heart of our developer data platform that accelerates and simplifies how you build with data. Try MongoDB Atlas today!

www.mongodb.com

무료 몽고 DB 생성

 

 

PS. 이 소스 원본이 이상해서 몽고DB가 접속이 잘 안됨

그래서 그냥 환경파일 안 쓰게 변경시킴