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.
- Host: GitHub
- URL: https://github.com/nadeetharuka/car-information-viewer
- Owner: NadeeTharuka
- License: gpl-3.0
- Created: 2024-04-27T05:59:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T11:48:03.000Z (about 2 years ago)
- Last Synced: 2025-02-14T19:37:46.404Z (over 1 year ago)
- Topics: css, fastapi, html, python, restful
- Language: HTML
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.