All Projects → helpmeabstract → helpmeabstract

helpmeabstract / helpmeabstract

Licence: MIT license
helpmeabstract.com

Programming Languages

CSS
56736 projects
hack
652 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

HelpMeAbstract.com

HelpMeAbstract connects would be speakers with veteran speakers to get feedback on their talk abstracts before submission to conferences.

The process is simple.

  1. Go to HelpMeAbstract.com
  2. Submit abstract in markdown format in a Gist Link
  3. Wait for feedback from volunteer veteran speakers.

If you'd like to volunteer you can sign up here

Local Development

  • Install requirements via composer and composer.json
    • Run composer install
  • Migrate database via phinx and phinx.yml
    • Edit phinx.yml and update the database settings in the development setting
    • Run php vendor/bin/phinx migrate
  • Copy env.changeme to .env (if it doesn't yet exist) and modify the database credentials
  • Run this Slim-based application locally via php -S localhost:8000 -t . index.php from the public/ folder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].