A Node.js web application for club information and member management.
- Clone the repository
- Install dependencies:
npm install - Create
.envfile with required environment variables - Run the application:
npm start
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=