Skip to content

raminos/cursor-ai-hackathon-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Cursor 2-Day AI Hackathon — Repo Template

Cursor 2-Day AI Hackathon

How to use this template:

  1. Click "Use this template" → "Create a new repository"
  2. Name your repo and set it to Public
  3. Replace this section with your project name and description

Project Name

One-line description of your project

Tech Stack

What technologies power your project?

  • Frontend: e.g., Next.js, React, Tailwind
  • Backend: e.g., Node.js, Python, FastAPI
  • Database: e.g., Supabase, Firebase, PostgreSQL
  • AI/ML: e.g., OpenAI GPT-4, Gemini Pro
  • Hosting: e.g., Vercel, Railway

How to Run

Step-by-step instructions to run the project locally, including everything that needs to be set up.

# Clone the repo
git clone https://github.com/your-team/your-project.git
cd your-project

# Install dependencies
npm install

# Set up environment variables
cp .env.example .env
# Add your API keys to .env

# Run the development server
npm run dev

Details

Add anything else you want to share: architecture diagrams, screenshots, challenges faced, future plans, etc.

About

This is the official template for the Cursor 2-Day AI Hackathon in Hamburg.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors