Website developers help?!
Watch
Announcements
Page 1 of 1
Skip to page:
I need to create a website similar to Xero/Quickbooks in terms of features and functionality but for a slightly different purpose.
For anyone who isn’t aware of these sites basically a user creates their own account and login, then they can enter their bank statement transactions and all sorts of other information to produce financial reports.
Does anyone know how hard this would be? What is the ‘easiest’ way to do this? I have no website development or coding skills at all so would I need to learn or could something like Wordpress be used?
Sorry I know I probably sound very inexperienced (I am) but I have a great idea I would love to have a go at bringing it to life.
Thank you all!
For anyone who isn’t aware of these sites basically a user creates their own account and login, then they can enter their bank statement transactions and all sorts of other information to produce financial reports.
Does anyone know how hard this would be? What is the ‘easiest’ way to do this? I have no website development or coding skills at all so would I need to learn or could something like Wordpress be used?
Sorry I know I probably sound very inexperienced (I am) but I have a great idea I would love to have a go at bringing it to life.
Thank you all!
0
reply
Report
#2
There isn't exactly a "one size fits all" solution for this. You have a few different design options, something like this is typically split into two parts, a "frontend" and a "backend".
The frontend typically consists of a mixture of HTML/JavaScript/CSS and is essentially the actual website/interface that the end user will see.
The backend is the database and communication required for the frontend to save and load information. You have many choices of database (MSSQL, MySQL, PGSQL, No-Sql solutions, etc...) and a program which facilitates communicating with the frontend and the backend. Again, depending on the required complexity this could be written in anything from Python/Ruby/C#/C++/VB, etc...
For a project like this, security and hosting/deployment would also be a consideration, but that's another issue entirely.
The frontend typically consists of a mixture of HTML/JavaScript/CSS and is essentially the actual website/interface that the end user will see.
The backend is the database and communication required for the frontend to save and load information. You have many choices of database (MSSQL, MySQL, PGSQL, No-Sql solutions, etc...) and a program which facilitates communicating with the frontend and the backend. Again, depending on the required complexity this could be written in anything from Python/Ruby/C#/C++/VB, etc...
For a project like this, security and hosting/deployment would also be a consideration, but that's another issue entirely.
Last edited by Kernel_Coder; 2 months ago
1
reply
(Original post by Kernel_Coder)
There isn't exactly a "one size fits all" solution for this. You have a few different design options, something like this is typically split into two parts, a "frontend" and a "backend".
The frontend typically consists of a mixture of HTML/JavaScript/PHP and is essentially the actual website/interface that the end user will see.
The backend is the database and communication required for the frontend to save and load information. You have many choices of database (MSSQL, MySQL, PGSQL, No-Sql solutions, etc...) and a program which facilitates communicating with the frontend and the backend. Again, depending on the required complexity this could be written in anything from Python/Ruby/C#/C++/VB, etc...
For a project like this, security would also be a consideration, but that's another issue entirely.
There isn't exactly a "one size fits all" solution for this. You have a few different design options, something like this is typically split into two parts, a "frontend" and a "backend".
The frontend typically consists of a mixture of HTML/JavaScript/PHP and is essentially the actual website/interface that the end user will see.
The backend is the database and communication required for the frontend to save and load information. You have many choices of database (MSSQL, MySQL, PGSQL, No-Sql solutions, etc...) and a program which facilitates communicating with the frontend and the backend. Again, depending on the required complexity this could be written in anything from Python/Ruby/C#/C++/VB, etc...
For a project like this, security would also be a consideration, but that's another issue entirely.
From the sound of things I’d have a lot to learn, probably too much, which is disappointing as I have the experience (Chartered Accountant) and the idea, just not the skills to bring the design to life!
1
reply
Report
#5
(Original post by DavidACA96)
Thank you for your reply, it’s much appreciated!
From the sound of things I’d have a lot to learn, probably too much, which is disappointing as I have the experience (Chartered Accountant) and the idea, just not the skills to bring the design to life!
Thank you for your reply, it’s much appreciated!
From the sound of things I’d have a lot to learn, probably too much, which is disappointing as I have the experience (Chartered Accountant) and the idea, just not the skills to bring the design to life!
I would actually recommend starting to learn 1-2 programming languages, it can be difficult to begin with, but as you're a Chartered Accountant, it's likely that you already have a logical mindset, and the necessary patience required to program. There's a tremendous amount of tutorials and guides on how to get started. It's much easier now than ever before.
I wish you luck, the funny thing is I'm a Software Engineer studying to become a financial adviser, and I'm hoping to get my Diploma in Regulated Financial Planning soon as I have a passion for finance.
0
reply
Report
#7
(Original post by IWMTom)
Uhm.. since when was PHP the front-end lol..
Uhm.. since when was PHP the front-end lol..
I just always associate it with generating/interacting heavily with the actual HTML, but yeah it's not really a frontend language.
Last edited by Kernel_Coder; 2 months ago
0
reply
Report
#8
(Original post by Kernel_Coder)
Fairpoint, I haven't used PHP in almost a decade, my day job is a long way from web development (complete opposite end of the stack).
I just always associate it with generating/interacting heavily with the actual HTML, but yeah it's not really a frontend language.
Fairpoint, I haven't used PHP in almost a decade, my day job is a long way from web development (complete opposite end of the stack).
I just always associate it with generating/interacting heavily with the actual HTML, but yeah it's not really a frontend language.

0
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top