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
- Host: GitHub
- URL: https://github.com/boyank95/meetup-app
- Owner: BoyanK95
- Created: 2023-01-28T16:11:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T19:57:40.000Z (over 2 years ago)
- Last Synced: 2025-05-07T10:34:10.146Z (about 1 year ago)
- Topics: css, html, javascript, mongodb, nextjs, react, vercel
- Language: JavaScript
- Homepage: https://meetup-app-9v3k-4wrfitn4y-boyank95.vercel.app/
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meetup-App

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!