Himaliyan_Bliss

Team members

Table of Contents

About The Project

Description

  • Himalayan Bliss has been in existence since 1960 and operating as a resort since 1981, Himalayan Bliss is spread across the lush green land of the mountain side of Uttarakhand, with elite facilities.
  • The website has the functionality of Room booking on specific dates according to availability.
  • User can also print their bookings. Different pages relating to location, tourist spots in Nainital, Booked rooms list page, Gallery page, Contact us page and Event booking page are also added.
  • Django-allauth is used in order to authenticate users. RazorpayAPI in test mode is used in order to enable payments. A post request is made to api from client side.

Presentation

Project Overview

Visuals

Tech Stack

  • Server Side :

    • Django
    • SQLite
    • Razorpay
  • Client Side :

    • HTML, CSS, JS
    • Bootstrap

Getting Started

Installation

  • Clone the repo
git clone https://github.com/Anupamladdha/Himaliyan_Bliss
  • Create a virtual environment and install all dependencies from the requirements.txt file
$ virtualenve your_env
$ source your_env/bin/activate
$ pip install -r requirements.txt
  • To start server
$ python manage.py createsuperuser
$ python manage.py makemigrations
$ python manage.py mirgate
$ python manage.py runserver