I made this social app for all those people who want to donate food for charity.
Requirements: 1- Create a virtual enviroment in the terminal with pipenv shell 2- Install flask, Flask-SQLAlchemy 3- Create a database with the comand python create_db.py. 4- Run the application with the comand python app.py