A progressive Node.js framework for building efficient and scalable server-side applications.
네이버 책 검색을 활용한 백엔드 프로젝트
- AWS에서 확인하기
- 로컬에서 실행하기
- 필요사항
- postgresql이 설치되어 있어야 합니다.
- 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
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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.