이 프로젝트는 경매 플랫폼의 백엔드 서버입니다. Node.js와 Express를 기반으로 구축되었으며, MySQL 데이터베이스를 사용합니다.
- Runtime: Node.js
- Framework: Express.js
- Database: MySQL (mysql2)
- Documentation: Swagger (swagger-autogen, swagger-ui-express)
- Security: bcrypt , cors
- Utils: Nodemailer, Dotenv, Nodemon
.env는 노션에 올림
API 코드가 변경되었거나 처음 실행할 때, 최신 명세서를 생성하기 위해 아래 명령어를 실행하세요.
node config/swagger.js서버 실행
npm run devAPI Documentation (Swagger) : http://localhost:3000/api-docs