Coder Social home page Coder Social logo

innovategy / ideation-app Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 110 KB

Ideation Tool helps with the collection, enrichment, rating, and prioritization of ideas.

License: MIT License

Shell 1.15% PHP 97.23% JavaScript 0.55% Dockerfile 1.07%
analysis artificial-intelligence blockchain ideation innovation lessons-learned open-source strategy teamwork tool

ideation-app's Introduction





About Ideation Tool

Ideation Tool helps with the collection, enrichment, rating, and prioritization of ideas. We believe having access to simple to use tools can enable established businesses, startups, and accelerators worldwide to ideate and innovate better. Innotavety Ideation Tool has the following key features:

  • Idea collection wizard with realtime AI powered assistance
  • Similarity finder with background patent and web search
  • Multiple visibility setting with public and private modes
  • Multi-dimension evaluation criteria setting
  • Timestamping and certificate generation on public blockchain
  • Opinion gathering form and short links
  • Quadratic voting
  • Team management

Sponsors

We would like to extend our thanks to the following sponsors for funding Ideation Tool development. If you are interested in becoming a sponsor, please visit the Innovategy's Patreon page.

Key Sponsors

News

  • Ideation App has received $6,500 from the AWS Activate

Local development environment setup

To setup a local development environment, you would need Docker Desktop and Git installed on your local machine.

Step 1

Clone this repository on your local machine using the following command.

git clone [email protected]:innovategy/ideation-app.git

Step 2

Goto ideation-app folder

cd ideation-app

Step 3

Install all dependencies using the following helper image from docker.

docker run --rm \
    -u "$(id -u):$(id -g)" \    
    -v $(pwd):/var/www/html \
    -w /var/www/html \
    laravelsail/php81-composer:latest \
    composer install

Step 4

Create an alias for Laravel Sail

alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'

Step 5

Fire up the complete stack using following sail command

sail up 

You should now be able to use the ideation app on http://localhost and have database access to Postgresql on port 5432

Data Model

Following is the link to data model diagram of ideation app: Data Model

Contributing

Thank you for considering contributing to the Ideation Tool! You can reach out to [email protected]

Security Vulnerabilities

If you discover a security vulnerability within Ideation Tool, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

License

The Ideation Tool is open-sourced software licensed under the MIT license.

ideation-app's People

Contributors

sinaghazi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ideation-app's Issues

Local development returns 404

I am trying to run this locally, but it does not let me access. All containers are up and running, I can reach the localhost, but I get a 404 | NOT FOUND

This is a snapshot of what I get in the console.

ideation-app-pgsql-1         | 2023-09-28 08:08:30.628 UTC [102] FATAL:  role "root" does not exist
ideation-app-meilisearch-1   | [2023-09-28T08:08:30Z INFO  actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000106
ideation-app-mailhog-1       | [APIv1] KEEPALIVE /api/v1/events
ideation-app-meilisearch-1   | [2023-09-28T08:09:00Z INFO  actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000134
ideation-app-pgsql-1         | 2023-09-28 08:09:00.722 UTC [108] FATAL:  role "root" does not exist
ideation-app-meilisearch-1   | [2023-09-28T08:09:30Z INFO  actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000137
ideation-app-pgsql-1         | 2023-09-28 08:09:30.801 UTC [116] FATAL:  role "root" does not exist
ideation-app-mailhog-1       | [APIv1] KEEPALIVE /api/v1/events
ideation-app-meilisearch-1   | [2023-09-28T08:10:00Z INFO  actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000121
ideation-app-pgsql-1         | 2023-09-28 08:10:00.860 UTC [123] FATAL:  role "root" does not exist
ideation-app-meilisearch-1   | [2023-09-28T08:10:30Z INFO  actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000300
ideation-app-pgsql-1         | 2023-09-28 08:10:30.935 UTC [131] FATAL:  role "root" does not exist
ideation-app-laravel.test-1  |   2023-09-28 08:10:38
ideation-app-laravel.test-1  |  ...................................................
ideation-app-laravel.test-1  |  ~ 0s
ideation-app-laravel.test-1  |   2023-09-28 08:10:55
ideation-app-laravel.test-1  |  ...................................................
ideation-app-laravel.test-1  |  ~ 0s
ideation-app-mailhog-1       | [APIv1] KEEPALIVE /api/v1/events
ideation-app-meilisearch-1   | [2023-09-28T08:11:00Z INFO  actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000105
ideation-app-pgsql-1         | 2023-09-28 08:11:00.996 UTC [138] FATAL:  role "root" does not exist
ideation-app-laravel.test-1  |   2023-09-28 08:11:01 ...................................................
ideation-app-laravel.test-1  |  ~ 0s
ideation-app-meilisearch-1   | [2023-09-28T08:11:31Z INFO  actix_web::middleware::logger] 127.0.0.1 "GET /health HTTP/1.1" 200 22 "-" "Wget" 0.000165
ideation-app-pgsql-1         | 2023-09-28 08:11:31.065 UTC [146] FATAL:  role "root" does not exist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.