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

https://github.com/nadeetharuka/car-information-viewer

This project is a FastAPI-based web application for viewing car information. It allows users to perform basic CRUD operations on car data, providing a seamless user experience with a responsive HTML and CSS frontend.
https://github.com/nadeetharuka/car-information-viewer

css fastapi html python restful

Last synced: 3 months ago
JSON representation

This project is a FastAPI-based web application for viewing car information. It allows users to perform basic CRUD operations on car data, providing a seamless user experience with a responsive HTML and CSS frontend.

Awesome Lists containing this project

README

          

# FastAPI Car Information Viewer
## Description
This project is a FastAPI-based web application for viewing car information. It allows users to perform basic CRUD operations on car data, providing a seamless user experience with a responsive HTML and CSS frontend.

## Technologies Used
- FastAPI
- HTML
- CSS
- Python

## Owner Information
- Owner: Nadee Tharuka
- GitHub: [github.com/NadeeTharuka](https://github.com/NadeeTharuka)
- LinkedIn: [linkedin.com/in/nadee-tharuka](https://www.linkedin.com/in/nadee-tharuka/)

## Features
- View a list of cars with detailed information.
- Add new cars to the database.
- Update existing car information.
- Delete cars from the database.

## Getting Started
- Clone the repository: git clone [NadeeTharuka/car-information-viewer](https://github.com/NadeeTharuka/car-information-viewer)
- Install dependencies: pip install -r fastapi uvicorn pydantic
- Run the FastAPI server: uvicorn main:app --reload
- Access the application at http://localhost:8000

## Usage
- Visit the homepage to view the list of cars.
- Use the provided forms to add, update, or delete cars.
- Enjoy exploring car information with ease!

## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.

## License
This project is licensed under the GNu GPL v3 License.
See the LICENSE file for details.