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

https://github.com/niteshctrl/ten_life

Get the most from your life
https://github.com/niteshctrl/ten_life

Last synced: 20 days ago
JSON representation

Get the most from your life

Awesome Lists containing this project

README

          

![image](https://github.com/user-attachments/assets/bd74ddab-16c1-474d-b5f8-685c1c1d0aad)

#### Start living the life you always wanted, for you and those closest to you.

## Installation and Setup

1. Clone the repo to your local machine
```
git clone https://github.com/niteshctrl/ten_life.git
```

2. Create a python virutal environement to install the required packages
```
python -m venv venv_ten
```

3. Activate the Virtual Environment
```
source venv_ten/bin/activate

```
4. Install the packages
```
cd ten_life
pip install requirements.txt
```

5. Run the Django App
```
python manage.py runserver
```

6. Visit ```127.0.0.1:8000``` to view the App.

## Homepage
![image](https://github.com/user-attachments/assets/c3b9fa32-f322-4641-b3b2-632d11d36d09)

## Book Experiences around the World
![image](https://github.com/user-attachments/assets/855dc18c-3947-4ab8-a37e-43593d85265c)

## Cancel a Booking
![image](https://github.com/user-attachments/assets/8ad69f3b-59b4-4cb4-854f-37ba539e2258)