Startup Ideation System goal is to help the user stimulate their idea and determine their idea to see if there are opportunities in term of market, problem and product based on real customer feedback. The Startup Ideation System is mainly based on Lean Startup Principle and modified version of Business Model Canvas known as Lean Canvas to ensure the system follow the right path for a startup-based ideation system.
The target user for the Startup Ideation System is mainly Entrepreneur especially individual that has non-business background and no experiences in managing a startup. The Entrepreneur can fully benefit from the system by using it to stimulate their idea using the Lean Canvas provided and follow the system’s process that is based on Lean Startup Principle to validate the idea stimulated.
There are seven big modules with its respective submodules in the Startup Ideation System which is Ideation module, Project Management module, Customer Sentiment Validation module, Market Validation, Product Validation module, Communication module and To Do module.
VueJS 2
Laravel 8
PostgreSQL
Please make sure Docker and WSL2 is installed in your machine
To use the system locally, for the front end, navigate to vue-ideation folder and run
npm run serve
Secondly, for the back-end, navigate to Laravel-Back-End, for first time use, run these commands
docker run --rm -v $(pwd):/app composer install
sudo chown -R $USER:$USER ~/Laravel-Back-End
To make the back-end up and running, run
docker compose up -d --build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.