Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 354 Bytes

conference-scheduler-backend

Conference scheduler app with notification system. You can login and add appoitments to your schedule and set your reminders for them.

Don't forget to include .env file in the root directory

DB="<MongoDatabaseConnectionUri>"
PORT=<PreferredPortNumber>
salt="<SaltEncryptionKey>"
secret="<JwtTokenSecretKey>"