Food bank is a food review posting site developed in Django. Where user can Register, Login Then add review. User can like review, Update their own profile, Edit their posted review also can delete them. There is a comment system implement for each review.
open requirements.txt file to see requirements
open terminal and type
git clone https://github.com/devmahmud/FoodBank.githttps://github.com/devmahmud/FoodBank.gitpython manage.py makemigrationspython manage.py migrate
open terminal and type
python manage.py collectstatic
To create superuser open terminal and type
python manage.py createsuperuser
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'EMAIL_HOST = 'smtp.gmail.com'EMAIL_PORT = 587EMAIL_USE_TLS = TrueEMAIL_HOST_USER = 'your email'EMAIL_HOST_PASSWORD = 'your email password'python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser
Mahmudul alam
Email: expelmahmud@gmail.com






