Group website project for a charity type website
[Using the command line with pip and npm]
Within the Backend directory, type pip install -r requirements.txt to install dependencies -> Finally, type python app.py to load the backend server.
Within the Frontend/tree-planters directory, type npm install to install dependencies -> Finally, type npm start to load the website.