Cafe Meetups - Next.js App

Cafe Meetups

Table of Contents

Features

  • Discover New Cafe for Meetups: Hang out with other developer for meetups
  • Insert Cafe Functionality: Easily create your favorite cafe and objective of meetups using the insert feature.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v14.0.0 or higher)
  • npm (v6.0.0 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/haikali3/cafe-meetups.git
    
  2. Install node_modules:

    npm install
    
  3. Run the development server:

    npm run dev
    

The application will be accessible at http://localhost:3000/.

Technologies Used