Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryichk/cafe-search-app
Cafe Search App using Hotpepper Gourmet API
https://github.com/ryichk/cafe-search-app
docker eslint nextjs prettier react tyepscript
Last synced: 15 days ago
JSON representation
Cafe Search App using Hotpepper Gourmet API
- Host: GitHub
- URL: https://github.com/ryichk/cafe-search-app
- Owner: ryichk
- Created: 2022-01-26T13:20:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T16:04:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T19:14:36.230Z (17 days ago)
- Topics: docker, eslint, nextjs, prettier, react, tyepscript
- Language: TypeScript
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cafe Search
This is a cafe search web application that uses the [API of Hotpepper gourmet](https://webservice.recruit.co.jp/doc/hotpepper/).
This project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Cafe Search
## Getting Started
set up and run the development server:
```bash
docker-compose up
```Next.js App: [http://localhost:8000](http://localhost:8000)
Storybook: [http://localhost:6006](http://localhost:6006)
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:8000/api/*](http://localhost:8000/api/*). This endpoint can be edited in `pages/api/*.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!