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

https://github.com/andyfrith/hono-api-starter

An API starter project built using the Hono web application framework.
https://github.com/andyfrith/hono-api-starter

hono openapi scalar typscript zod

Last synced: 8 months ago
JSON representation

An API starter project built using the Hono web application framework.

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Unlicense License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]




Hono API Starter


An API starter project built using the Hono web application framework!


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project

[![Product Name Screen Shot][product-screenshot]](https://afrith-hono-api-starter.vercel.app/)

The Hono web application framework along with Zod makes for a great typesafe JavaScript API development experience.

(back to top)

### Built With

[![Hono][Hono]][Hono-url]
[![Zpd][Zod]][Zod-url]

(back to top)

## Getting Started

### Prerequisites

### Installation

1. Clone the repo
```sh
git clone https://github.com/andyfrith/hono-api-starter.git
```
2. Install NPM packages
```sh
npm install
```
3. Run the dev script
```sh
npm run dev
```

(back to top)

## Usage

_For more examples, please refer to the imaginary [Documentation](https://example.com)_

(back to top)

## Roadmap

- [x] Add improved README file.
- [x] Deploy to Vercel.

See the [open issues](https://github.com/andyfrith/hono-api-starter/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### Top contributors:


contrib.rocks image

(back to top)

## License

Distributed under the Unlicense License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Andy Frith - [LinkedIn](https://www.linkedin.com/in/goodapplemedia/) - afrith.denver.usa@gmail.com

Project Link: [https://github.com/andyfrith/hono-api-starter](https://www.linkedin.com/in/goodapplemedia/)

(back to top)

## Acknowledgments

- [Syntax.](https://www.youtube.com/@syntaxfm) Syntax is a Podcast about Web Development. Started by Wes and Scott in 2017, Syntax has published over 700 podcast episodes on full-stack web development.

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/andyfrith/password-strength-checker.svg?style=for-the-badge
[contributors-url]: https://github.com/andyfrith/password-strength-checker/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/andyfrith/password-strength-checker.svg?style=for-the-badge
[forks-url]: https://github.com/andyfrith/password-strength-checker/network/members
[stars-shield]: https://img.shields.io/github/stars/andyfrith/password-strength-checker.svg?style=for-the-badge
[stars-url]: https://github.com/andyfrith/password-strength-checker/stargazers
[issues-shield]: https://img.shields.io/github/issues/andyfrith/password-strength-checker.svg?style=for-the-badge
[issues-url]: https://github.com/andyfrith/password-strength-checker/issues
[license-shield]: https://img.shields.io/github/license/andyfrith/password-strength-checker.svg?style=for-the-badge
[license-url]: https://github.com/andyfrith/password-strength-checker/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/goodapplemedia/
[product-screenshot]: /screenshot.png
[Hono]: https://img.shields.io/badge/Hono-E36002?logo=hono&logoColor=fff
[Hono-url]: https://hono.dev/
[Zod]: https://img.shields.io/badge/-Zod-3E67B1?style=flat&logo=zod&logoColor=white
[Zod-url]: https://zod.dev/