Skip to content

Muzi1995/REST-API-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Travel REST API (Flask + SQLAlchemy)

A simple RESTful API built with Flask and SQLAlchemy to manage travel destinations.
You can create, read, update, and delete (CRUD) destinations with fields like destination, country, and rating.


✨ Features

  • Built with Flask (lightweight Python web framework)
  • Uses SQLAlchemy ORM for database handling
  • SQLite database for simplicity
  • Full CRUD operations
  • JSON request/response format
  • Can be tested easily with Postman or cURL

πŸ“‚ Project Structure

β”œβ”€β”€ app.py # Main Flask application

β”œβ”€β”€ travel.db # SQLite database (auto-created on first run)

β”œβ”€β”€ requirements.txt # Project dependencies

└── README.md # Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages