Can a commercial job portal be developed using frappe framework

I am planing to make to complete job portal using frappe framework will it work and what would be limitations.

I am new to frappe and python also i have to learn first so will it be wise to learn frame work or python itself.

If yes will it require vpn hosting or i can host it on shared cloud hosting.

Hi @pacific.nikhil
Welcome to the community.

  1. Better learn the framework first. If you have a basic understanding of coding ChatGPT can handle the python part (watch out for hallucinations!)

You can start with building a simple app with Create an App
Also checkout what interests you in Frappe School

  1. Shared hosting will not work as you need SSH access. Your options are: -
    a) VM/BM/VPS - GitHub - flexcomng/erpnext_quick_install: Unattended install script for ERPNext Versions, 13, 14 and 15
    b) Docker - GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext
    c) Frappe Cloud - Hassle-free hosting for Frappe Apps

Best of luck on your journey