Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

네이버 책 검색을 활용한 백엔드 프로젝트

실행 방법

  1. AWS에서 확인하기

http://18.208.146.49/

  1. 로컬에서 실행하기
  • 필요사항
  1. postgresql이 설치되어 있어야 합니다.
  2. envs 폴더 안에 dev.env 환경변수 파일이 필요합니다.
  • 우분투 환경 최초 실행시
npm i && sudo service postgresql start && npx prisma generate && npm run start:dev
  • 이후 실행시
npm run start:dev
  • 윈도우 최초 실행 시
npm i
npx prisma generate
npm run start:dev:win
  • 이후 실행 시
npm run start:dev:win

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.