{"id":25395920,"url":"https://github.com/jaspermunene/crowdplan","last_synced_at":"2026-05-07T18:36:29.492Z","repository":{"id":262404980,"uuid":"886561931","full_name":"JasperMunene/crowdplan","owner":"JasperMunene","description":"Crowd Plan enables easy event creation and management for organizers, offering tools to set up event details quickly and effectively.","archived":false,"fork":false,"pushed_at":"2024-11-16T20:44:07.000Z","size":344,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T20:49:58.569Z","etag":null,"topics":["clerk","next15","vercel"],"latest_commit_sha":null,"homepage":"https://crowdplan-two.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JasperMunene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-11T07:44:44.000Z","updated_at":"2024-11-16T20:44:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dd84deb-15f8-4e4b-ac9d-88fdd437a124","html_url":"https://github.com/JasperMunene/crowdplan","commit_stats":null,"previous_names":["jaspermunene/crowdplan"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasperMunene%2Fcrowdplan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasperMunene%2Fcrowdplan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasperMunene%2Fcrowdplan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasperMunene%2Fcrowdplan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasperMunene","download_url":"https://codeload.github.com/JasperMunene/crowdplan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248259685,"owners_count":21074176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk","next15","vercel"],"created_at":"2025-02-15T20:38:59.238Z","updated_at":"2026-05-07T18:36:24.472Z","avatar_url":"https://github.com/JasperMunene.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crowd Plan\n\nCrowd Plan is a simple and efficient platform designed to streamline event creation and discovery. Built using **Next.js**, **Clerk** for authentication, and **JSON Server** for managing a lightweight database (`db.json`), this MVP enables organizers to create events and participants to explore them with ease.\n\n---\n\n## Features\n\n- **Event Creation**: Organizers can create events with relevant details.\n- **Event Discovery**: Participants can search for and view events based on their interests.\n- **User Authentication**: Secure and seamless sign-up and login using Clerk.\n- **Lightweight Database**: Uses `db.json` powered by JSON Server for storing event and user data.\n\n---\n\n## Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org/) – React framework for server-rendered apps.\n- **Authentication**: [Clerk](https://clerk.dev/) – Secure and user-friendly authentication.\n- **Database**: [JSON Server](https://github.com/typicode/json-server) – Quick mock API for `db.json`.\n\n---\n\n## Installation\n\n### Prerequisites\n- Node.js installed (v14 or later)\n- npm or yarn installed\n\n### Steps\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/JasperMunene/crowdplan.git\n   cd crowdplan\n   ```\n\n2. **Install Dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Clerk**\n   - Sign up at [Clerk](https://clerk.dev/) and create a project.\n   - Copy your Clerk API keys and configure them in your `.env.local` file:\n     ```env\n     NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\u003cyour-clerk-frontend-api\u003e\n     CLERK_SECRET_KEY=\u003cyour-clerk-backend-api-key\u003e\n     ```\n\n4. **Run JSON Server**\n   - Ensure you have `db.json` in the root directory with the following structure:\n     ```json\n     {\n       \"events\": []\n       \"users\": []\n     }\n     ```\n   - Start the JSON Server:\n     ```bash\n     npm json-server --watch db.json --port 3000\n     ```\n\n5. **Run the Development Server**\n   ```bash\n   npm run dev\n   ```\n   Access the app at `http://localhost:3001`.\n\n---\n\n## Usage\n\n1. **Sign Up and Log In**: Use Clerk's secure authentication to create an account.\n2. **Create Events**: Once logged in, navigate to the event creation page to add new events.\n3. **Discover Events**: Explore events through a user-friendly interface.\n\n---\n\n## Development\n\n### Scripts\n\n- **`npm run dev`**: Start the development server.\n- **`npm run build`**: Build the application for production.\n- **`npm run start`**: Run the production build.\n- **`json-server --watch db.json --port 3000`**: Start the JSON Server.\n\n---\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request.\n\n---\n\n## License\n\nThe content of this site is licensed under the MIT license Copyright (c) 2024.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaspermunene%2Fcrowdplan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaspermunene%2Fcrowdplan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaspermunene%2Fcrowdplan/lists"}