UpwardTask1

Django + Reactjs app
Installation:
create virtual env
install requirements.txt in virtaulenv
enable google api, and generate credentials.json and token.pickle and place it in backend folder
runserver for django

For frontend,
In mail app folder, do npm install,
then npm start