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

https://github.com/boyank95/meetup-app

A meetup App developed with Next.js and MongoDB for the Database, and hosted by Vercel
https://github.com/boyank95/meetup-app

css html javascript mongodb nextjs react vercel

Last synced: 2 months ago
JSON representation

A meetup App developed with Next.js and MongoDB for the Database, and hosted by Vercel

Awesome Lists containing this project

README

          

# Meetup-App

![Meetup App](https://github.com/BoyanK95/Meetup-App/assets/92653208/0501ebf1-f06f-4609-aa21-783707019eeb)

The Meetup App is a web application developed with Next.js, utilizing MongoDB as the database, and hosted on Vercel. It allows users to discover and create meetups, making it easy to connect with like-minded individuals.

**Access the app here:** [Meetup App](https://meetup-app-9v3k-4wrfitn4y-boyank95.vercel.app/)

## Getting Started

To get started with the Meetup App on your local machine, follow these steps:

1. Clone this repository:

```bash
git clone https://github.com/BoyanK95/Meetup-App.git
```

2. Change to the project directory:

```bash
cd Meetup-App
```

3. Install the project dependencies:

```bash
npm install
# or
yarn install
```

4. Start the development server:

```bash
npm run dev
# or
yarn dev
```

5. Open [http://localhost:3000](http://localhost:3000) in your web browser to see the app.

You can begin customizing the app by editing the `pages/index.js` file. Any changes you make will be automatically reflected in the app as you edit.

## Learn More

To learn more about Next.js, explore the following resources:

- [Next.js Documentation](https://nextjs.org/docs): Dive into Next.js features and its API.
- [Learn Next.js](https://nextjs.org/learn): Follow an interactive Next.js tutorial.

For contributions and discussions related to Next.js, you can visit the [Next.js GitHub repository](https://github.com/vercel/next.js/). Contributions and feedback are always welcome!

## Deploy on Vercel

The simplest way to deploy your Next.js app is by using the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme), created by the makers of Next.js.

For detailed deployment instructions, consult the [Next.js deployment documentation](https://nextjs.org/docs/deployment).

Enjoy building and deploying your Meetup App!