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

https://github.com/altudev/next-mcp-server

Next.js ile oluşturulmuş MCP Server projesi
https://github.com/altudev/next-mcp-server

Last synced: 3 months ago
JSON representation

Next.js ile oluşturulmuş MCP Server projesi

Awesome Lists containing this project

README

          

# Alper Hoca ile MCP Server

Bu proje Next.js kullanılarak oluşturulmuş bir MCP Server projesidir.

## Başlangıç

Projeyi yerel ortamınızda çalıştırmak için aşağıdaki adımları izleyin:

```bash
# Bağımlılıkları yükleyin
npm install

# Geliştirme sunucusunu başlatın
npm run dev
```

Tarayıcınızda [http://localhost:3000](http://localhost:3000) adresini açarak uygulamayı görüntüleyebilirsiniz.

## Özellikler

- Next.js 14 ile oluşturulmuş modern web uygulaması
- Tailwind CSS ile stil
- TypeScript desteği

## Teknolojiler

- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)