#Programming Assignment for Back-End Developer
This app uses firebase to store user info in a node users another node UserInformation is updated automatically on every new user added to the users node. After this the app sends an email to the user.
##Guide to run the app
- Clone the repo
- Go to the project folder and Run npm install
- Start a firebase project
- Now get your firebase sdk private key by going to project>setting>service accounts
- Add the private key to your project folder
- Goto project > app > dbHandler and update the address on the 4th line
- Create a Real Time Database and copy the url (db url) paste on the 11th line.
- Goto project > app > mailer and update the 5th and 6th line with your emailid and password
- Please provide your feedback.