Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tighten/confomo
ConFOMO is a simple tool that makes it easy to track your friends at conferences.
https://github.com/tighten/confomo
Last synced: about 1 month ago
JSON representation
ConFOMO is a simple tool that makes it easy to track your friends at conferences.
- Host: GitHub
- URL: https://github.com/tighten/confomo
- Owner: tighten
- Archived: true
- Created: 2014-05-06T22:00:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T00:59:36.000Z (over 3 years ago)
- Last Synced: 2024-07-31T12:07:43.981Z (4 months ago)
- Language: JavaScript
- Homepage: http://confomo.com/
- Size: 3.16 MB
- Stars: 74
- Watchers: 15
- Forks: 29
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
Awesome Lists containing this project
- awesome-opensource-apps - Confomo
README
![ConFOMO logo](https://raw.githubusercontent.com/tightenco/confomo/master/confomo-logo.png)
[![Run tests](https://github.com/tighten/takeout/workflows/Run%20tests/badge.svg?branch=main)](https://github.com/tighten/confomo/actions?query=workflow%3A%22Run+Tests%22)
### Connecting your online community with the real world, one conference at a time.
Built in 4 hours to help me track who I wanted to meet at Laracon 2014, and who I met there who I didn't know yet.
Updated for Laravel 5.1 and Vue in 2015/2016. @michaeldyrynda did most of the hard work there, and we documented it [on a podcast](http://rebuilding.confomo.com/).
### Requirements
- PHP = 7.4
- Composer
- Node and npm### Installation
1. [Fork this repository](https://help.github.com/articles/fork-a-repo/) (optional).
1. Clone the repository locally.
1. Install dependencies with `composer install`.
1. Copy [`.env.example`](https://github.com/tightenco/confomo/blob/master/.env.example) to `.env` and modify its contents to reflect your local environment.
1. Generate an application key with `php artisan key:generate`.
1. Migrate the database with `php artisan migrate`.
1. Install frontend dependencies with `npm install`.
1. Build and watch frontend assets with `npm run dev`.
1. Configure a web server, such as the built-in PHP web server, to serve the site using the `public` directory as the document root: `php -S localhost:8080 -t public`.
1. Run tests with `vendor/bin/phpunit`.### Contributing
Submit an issue for bugs or feature requests, or submit a PR against the `master` branch.
![ConFOMO screenshot](public/assets/img/confomo-screenshot.png)
### License
Not sure. Don't steal it? Let's call it MIT for today.