Skip to content

SeolVim/SeolVim_Backend_pub

Repository files navigation

2021-2 Capstone Project Back-end (Node.js)

This repository is for SeolVim Service Backend

사용법

0. 기본 설정 설치
1. mongoDB 설치 & DB 생성
2. git clone repository_name
3. config.js에 설정 채우기
4. npm install
5. npm start app.js

기본 설정 설치 (DB, node, ...)

sudo apt-get update && sudo apt-get upgrade     //apt 최신으로
sudo apt-get install npm                        //npm 설치
sudo apt-get install n                          //n 설치

n install stable//node가 최신버전

sudo apt-get install -y mongodb-org

MongoDB 설치

[도움 될 만한 사이트](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu, "google link") - DB "use devSeolvim"

git clone

git clone 

config 설정 채우기

- '#'부분을 채우기
module.exports = {
    'secret': '#', <---여기에 secret Key를
    'mongodbUri': 'mongodb://127.0.0.1:27017/devSeolvim',
    'serverPort' : 5000, <--여기에 port를
    'serverName' : "http://127.0.0.1:5000/",
}

npm 모듈 설치

npm install

서버 구동 시키기

npm start app.js

백엔드 구조

    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published