Skip to content

devmahmud/FoodBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodBank

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.

Requirements

open requirements.txt file to see requirements

Installing

open terminal and type
git clone https://github.com/devmahmud/FoodBank.git

or simply download using the url below

https://github.com/devmahmud/FoodBank.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Static files collection

open terminal and type
python manage.py collectstatic

Creating Superuser

To create superuser open terminal and type
python manage.py createsuperuser

For password Reset functionality by email fill up the information in Your Project setting

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'your email'
EMAIL_HOST_PASSWORD = 'your email password'

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Project snapshot

FoodBank Home Page

User Login Page

User Registration Page

Dashboard Page

Profile Page

Create Post Page

Post Details Page

Author

Mahmudul alam
Email: expelmahmud@gmail.com

========Thank You !!!=========

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors