https://github.com/alejandrosuero/coffe-shops-near-you
A simple webapp to show the coffee shops that are near to you.
https://github.com/alejandrosuero/coffe-shops-near-you
Last synced: 3 months ago
JSON representation
A simple webapp to show the coffee shops that are near to you.
- Host: GitHub
- URL: https://github.com/alejandrosuero/coffe-shops-near-you
- Owner: AlejandroSuero
- License: mit
- Created: 2024-09-15T03:35:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:29:32.000Z (9 months ago)
- Last Synced: 2025-03-28T16:55:09.580Z (3 months ago)
- Language: CSS
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Coffee Shops Near You
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [License](#license)## About
This is a simple web app that shows coffee shops near you.
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- [Node.js](https://nodejs.org/en/)
- [PNPM](https://pnpm.js.org/)
- [Docker](https://www.docker.com/)### Installation
1. Clone the repo
```sh
git clone https://github.com/AlejandroSuero/coffe-shops-near-you.git
```
2. Install dependencies
```sh
pnpm install
```
3. Start the app
```sh
# If you have make installed
make run
# If you don't have make installed
docker compose build && docker compose up -d
```
4. Open [http://localhost:8080](http://localhost:8080) to see the app.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.