https://github.com/samrath49/meetup
https://github.com/samrath49/meetup
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samrath49/meetup
- Owner: Samrath49
- License: unlicense
- Created: 2021-10-31T11:13:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T16:53:56.000Z (almost 5 years ago)
- Last Synced: 2025-10-25T10:34:18.645Z (10 months ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.