You can register your own account or login via Facebook/Google or the default user account:
email: [email protected]
password: 12345678
or login with local, Facebook or Google account
create
edit
git clone https://github.com/sherryliao21/expense-tracker.git
cd expense-tracker
npm install
FACEBOOK_ID=(your facebook app client id)
FACEBOOK_SECRET=(your facebook app client secret)
FACEBOOK_CALLBACK=http://localhost:3000/auth/facebook/callback
PORT=3000
SESSION_SECRET=(your app session secret)
MONGODB_URI=(your mongoDB URI)
IMGUR_CLIENT_ID=(your imgur client id)
GOOGLE_CLIENT_ID=(your google app client id)
GOOGLE_CLIENT_SECRET=(your google app client id)
GOOGLE_CALLBACK=http://localhost:3000/auth/google/callback
npm run seed
npm run start
localhost:3000