Skip to content

Latest commit

 

History

History
93 lines (76 loc) · 2.95 KB

README.md

File metadata and controls

93 lines (76 loc) · 2.95 KB

SilentAuctionGallery

Build Status License Badge GitHub pull-requests closed GitHub stars

Project-Title:

SilentAuctionGallery

Author:

Ankit Mudvari, Dean Warren, Isaiah Kelly, Joshua Stillion, Steven Langlois

Table of Contents

=====================

Installation

To install necessary dependencies, run the following command:

npm install

Create a .env file for all system variables:

# .env for SilentAuctionGallery
# Node Environment
NODE_ENV=development
PORT=3000

# MySQL DB Credentials
DB_USER=root
DB_PASSWORD=root
DB_NAME=silentauctiondb
DB_HOST=localhost

# SESSION SECRET
SESSION_SECRET='your secret phrase'

# GMAIL Account credentials
GMAIL_SERVICE_HOST=smtp.gmail.com
GMAIL_PASSWORD='your gmail password here'
GMAIL_USERNAME='gmail-account@gmail.com'
GMAIL_SERVICE_SECURE=false
GMAIL_SERVICE_PORT=587

# Twilio Account Credentials
TWILIO_ACC_SID='your Twilio SID here'
TWILIO_AUTH_TOKEN=your Twilio Auth_Token here'
TWILIO_PHONE_NUM='Twilio Phone Number'

License

MIT

Usage

I am a highschool art teacher whose students were unable to have a silent auction to display and sell their work due to COVID-19. I want to be able to display my students' work in a professional manner. Each artist will have a Bio page and thumbnails of their art that can be enlarged on click.

Collaborators

deawar, shbibby, isaiahpkelly, grahamgolf

Test

To run test, run the following comand:

npm run lint

To run the application locally, run the following command:

npm run start_local

Or :

node -r dotenv/config server.js 

Or if you prefer nodemon :

 nodemon -r dotenv/config server.js

Contributing

This application will be used for helping teachers and students to raise charity for a good cause and showcase their talent. So, please be respectful and mindful to others


Demo

Questions

ME
if you have any questions about the repo contact me or deawar directly at ankmud01@gmail.com or deawar@gmail.com thank you.
If you want to see more of my work please click here https://api.github.com/users/ankmud01/repos.