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

https://github.com/amanastel/wanderlust-travel-planner-assignment

Wanderlust is a comprehensive travel management system created to assist users in organizing their travel plans efficiently. It offers the capability to create itineraries, add destinations, manage the user wallet, and track travel expenses seamlessly.
https://github.com/amanastel/wanderlust-travel-planner-assignment

flask mysql python

Last synced: 3 months ago
JSON representation

Wanderlust is a comprehensive travel management system created to assist users in organizing their travel plans efficiently. It offers the capability to create itineraries, add destinations, manage the user wallet, and track travel expenses seamlessly.

Awesome Lists containing this project

README

        

# WanderlustTravel App

WTravel is a web application that helps users manage their travel plans, including destinations, itineraries, expenses, and user accounts.

## Table of Contents

- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Managing Users](#managing-users)
- [Managing Destinations](#managing-destinations)
- [Managing Itineraries](#managing-itineraries)
- [Managing Expenses](#managing-expenses)
- [Contributing](#contributing)

## Getting Started

### Prerequisites

Make sure you have the following installed on your machine:

- Python 3
- Flask
- MySQL (or another database of your choice)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/Amanastel/Wanderlust-Travel-Planner-Assignment
cd wtravel-app

## Usage

### Managing Users

#### Get All Users

```http
GET /users
```
## Contributing

If you want to contribute to this project, follow these steps:

1. Fork the project.
2. Create a new branch.
3. Make your changes and commit them.
4. Push to the forked repository.
5. Create a pull request.