Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 501 Bytes

File metadata and controls

26 lines (19 loc) · 501 Bytes

SDBR APP

A Node.js web application for club information and member management.

Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Create .env file with required environment variables
  4. Run the application: npm start

Environment Variables

Create a .env file with the following variables: DB_HOST=localhost DB_USER=root DB_PASSWORD= DB_NAME=webclass2db SESSION_SECRET=anything

EMAIL_SERVER_ACCOUNT= EMAIL_SERVER_PASSWORD=

EMAIL_SERVER= SMTP_SERVER= SMTP_PORT=