Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kedarkk1/pbl_2_panditmitra_22-02-2022

Website for booking Pandits in your nearby area. Features - Slot booking(CRUD), email-sending, authentication(User & admin), authorization, User-Review. Scroll down⬇ this github page to see screenshots of the application.
https://github.com/kedarkk1/pbl_2_panditmitra_22-02-2022

ajax css django html javascript jinja2-templates jquery mysql responsive-layout

Last synced: 7 days ago
JSON representation

Website for booking Pandits in your nearby area. Features - Slot booking(CRUD), email-sending, authentication(User & admin), authorization, User-Review. Scroll down⬇ this github page to see screenshots of the application.

Awesome Lists containing this project

README

        

# Second Year Project - PanditMitra - Website for booking pandit for an auspicious pooja
## Contributors 😎



## Click on green colored "code" button on top left of folders & click on "download as zip"

## Clone the project onto your local Machine

## Running the application

Enter your smtp account email & password in the folder panditMitra > settings.py
```
# email sender settings
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = '[email protected]' # enter your email here
EMAIL_HOST_PASSWORD = 'password' # enter your password here
#EMAIL_USE_SSL = False
```

Run this application by command:

> python manage.py runserver

make sure you have django(4.0) installed on your device

Screenshots of website -
landing page

login page

signup page

logged in landing page

puja selection page

puja selection

puja information &review writting page

payment page

payment page

my orders list page

deleting my order

review page

select review to write page

get all reviews page

about us/ our team page

all pandit list page

website loader