Dockerize
This project is a web service for writing restaurant reviews, similar to Tabelog. It uses the Google Maps API to allow users to search for restaurants and perform CRUD operations on restaurant data. Users can also leave ratings and reviews for each restaurant.
- Google Maps Integration: Search for restaurants using the Google Maps API.
- CRUD Operations: Create, read, update, and delete restaurant information.
- User Reviews: Leave ratings and reviews for restaurants.
-
Clone the repository:
-
SSH 공개키 인증 후
git clone [email protected]:UMukMin/Dockerize.git umm-docerzie cd umm-dockerize
-
Install dependencies:
pnpm install
-
Set up environment variables: Create a
.envfile in the root directory and add your Google Maps API key:NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
-
Run the development server:
pnpm run dev
-
Open http://localhost:3000 with your browser to see the result.
- Use the search box to find restaurants on the map.
- Click on a restaurant to view its details.
- Register a new restaurant by clicking the "Register Restaurant" button.
- Leave a rating and review for a restaurant.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.