Looking to build a fintech transactional app











up vote
-1
down vote

favorite












I am new to Stack.



I need to build a project in the next 6 months for a fin-tech company..



I plan to make a web app and to be mobile friendly or seamless experience. In mobile I plan to make it a progressive web app. Idea is to have same visuals from website to mobile.



My app needs:




  • A Login screen + one time password authentication with code in email


  • APP will have 3-4 menus. 1 dashboard, 2 select cards, 3 transactions, 4. user details admin.


  • Menu 2 - select credit card will retrieve each credit card details, like limit, balance etc.


  • Menu 3 - there will be card transactions - I need to store in some database online (will retrieve from sql server of financial institution). Here will be selected card's last 10 transactions.

  • new transactions will be pushed to mobile website or website, on the account of the customer.


I know average HTML and css, access, a bit sql database, vba, excel. Now I am learning Javascript and trying progressive apps. I know this would be a complex app but i will try hard and also may hire developers.



I need to create a plan and workflow, database schema, build sitemap etc



What do you guys suggest?? What language should I continue learning and which database should I use for transactional ??










share|improve this question






















  • Your biggest concern here is getting access to the customers’ banking data. There isn’t just a public rest API you can plug their credentials into to retrieve all of their data. And you sure as hell can’t store that data in some database somewhere. The rest is just a web app.
    – John H
    Nov 10 at 22:23










  • Look, I know this issue and I will have access to a test data of card authorizations. The problem is how according my knowledge how to build a seamless web app and to be used in mobile. (I am not experienced in this field and asking for opinions.)
    – mexiro
    Nov 12 at 7:58










  • you may want to use a framework that uses state managment (Angular + UI router, React.js + redux/UI router, or Vue.js) if you are planning to create a complex web app. Also you might need to check out the criteria you have to meet in order for chrome browsers to automatically prompt the user to installing the web app localy. Another interesting feature you might want to use is the Web Authentication feature offered in Chrome 70.
    – Charis Theo
    Nov 13 at 13:37












  • Thanks Charis, great tip I really appreciate it. I see all your comments are really valuable for my project.
    – mexiro
    Nov 14 at 14:15















up vote
-1
down vote

favorite












I am new to Stack.



I need to build a project in the next 6 months for a fin-tech company..



I plan to make a web app and to be mobile friendly or seamless experience. In mobile I plan to make it a progressive web app. Idea is to have same visuals from website to mobile.



My app needs:




  • A Login screen + one time password authentication with code in email


  • APP will have 3-4 menus. 1 dashboard, 2 select cards, 3 transactions, 4. user details admin.


  • Menu 2 - select credit card will retrieve each credit card details, like limit, balance etc.


  • Menu 3 - there will be card transactions - I need to store in some database online (will retrieve from sql server of financial institution). Here will be selected card's last 10 transactions.

  • new transactions will be pushed to mobile website or website, on the account of the customer.


I know average HTML and css, access, a bit sql database, vba, excel. Now I am learning Javascript and trying progressive apps. I know this would be a complex app but i will try hard and also may hire developers.



I need to create a plan and workflow, database schema, build sitemap etc



What do you guys suggest?? What language should I continue learning and which database should I use for transactional ??










share|improve this question






















  • Your biggest concern here is getting access to the customers’ banking data. There isn’t just a public rest API you can plug their credentials into to retrieve all of their data. And you sure as hell can’t store that data in some database somewhere. The rest is just a web app.
    – John H
    Nov 10 at 22:23










  • Look, I know this issue and I will have access to a test data of card authorizations. The problem is how according my knowledge how to build a seamless web app and to be used in mobile. (I am not experienced in this field and asking for opinions.)
    – mexiro
    Nov 12 at 7:58










  • you may want to use a framework that uses state managment (Angular + UI router, React.js + redux/UI router, or Vue.js) if you are planning to create a complex web app. Also you might need to check out the criteria you have to meet in order for chrome browsers to automatically prompt the user to installing the web app localy. Another interesting feature you might want to use is the Web Authentication feature offered in Chrome 70.
    – Charis Theo
    Nov 13 at 13:37












  • Thanks Charis, great tip I really appreciate it. I see all your comments are really valuable for my project.
    – mexiro
    Nov 14 at 14:15













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I am new to Stack.



I need to build a project in the next 6 months for a fin-tech company..



I plan to make a web app and to be mobile friendly or seamless experience. In mobile I plan to make it a progressive web app. Idea is to have same visuals from website to mobile.



My app needs:




  • A Login screen + one time password authentication with code in email


  • APP will have 3-4 menus. 1 dashboard, 2 select cards, 3 transactions, 4. user details admin.


  • Menu 2 - select credit card will retrieve each credit card details, like limit, balance etc.


  • Menu 3 - there will be card transactions - I need to store in some database online (will retrieve from sql server of financial institution). Here will be selected card's last 10 transactions.

  • new transactions will be pushed to mobile website or website, on the account of the customer.


I know average HTML and css, access, a bit sql database, vba, excel. Now I am learning Javascript and trying progressive apps. I know this would be a complex app but i will try hard and also may hire developers.



I need to create a plan and workflow, database schema, build sitemap etc



What do you guys suggest?? What language should I continue learning and which database should I use for transactional ??










share|improve this question













I am new to Stack.



I need to build a project in the next 6 months for a fin-tech company..



I plan to make a web app and to be mobile friendly or seamless experience. In mobile I plan to make it a progressive web app. Idea is to have same visuals from website to mobile.



My app needs:




  • A Login screen + one time password authentication with code in email


  • APP will have 3-4 menus. 1 dashboard, 2 select cards, 3 transactions, 4. user details admin.


  • Menu 2 - select credit card will retrieve each credit card details, like limit, balance etc.


  • Menu 3 - there will be card transactions - I need to store in some database online (will retrieve from sql server of financial institution). Here will be selected card's last 10 transactions.

  • new transactions will be pushed to mobile website or website, on the account of the customer.


I know average HTML and css, access, a bit sql database, vba, excel. Now I am learning Javascript and trying progressive apps. I know this would be a complex app but i will try hard and also may hire developers.



I need to create a plan and workflow, database schema, build sitemap etc



What do you guys suggest?? What language should I continue learning and which database should I use for transactional ??







web-applications progressive-web-apps transactional






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 10 at 22:15









mexiro

11




11












  • Your biggest concern here is getting access to the customers’ banking data. There isn’t just a public rest API you can plug their credentials into to retrieve all of their data. And you sure as hell can’t store that data in some database somewhere. The rest is just a web app.
    – John H
    Nov 10 at 22:23










  • Look, I know this issue and I will have access to a test data of card authorizations. The problem is how according my knowledge how to build a seamless web app and to be used in mobile. (I am not experienced in this field and asking for opinions.)
    – mexiro
    Nov 12 at 7:58










  • you may want to use a framework that uses state managment (Angular + UI router, React.js + redux/UI router, or Vue.js) if you are planning to create a complex web app. Also you might need to check out the criteria you have to meet in order for chrome browsers to automatically prompt the user to installing the web app localy. Another interesting feature you might want to use is the Web Authentication feature offered in Chrome 70.
    – Charis Theo
    Nov 13 at 13:37












  • Thanks Charis, great tip I really appreciate it. I see all your comments are really valuable for my project.
    – mexiro
    Nov 14 at 14:15


















  • Your biggest concern here is getting access to the customers’ banking data. There isn’t just a public rest API you can plug their credentials into to retrieve all of their data. And you sure as hell can’t store that data in some database somewhere. The rest is just a web app.
    – John H
    Nov 10 at 22:23










  • Look, I know this issue and I will have access to a test data of card authorizations. The problem is how according my knowledge how to build a seamless web app and to be used in mobile. (I am not experienced in this field and asking for opinions.)
    – mexiro
    Nov 12 at 7:58










  • you may want to use a framework that uses state managment (Angular + UI router, React.js + redux/UI router, or Vue.js) if you are planning to create a complex web app. Also you might need to check out the criteria you have to meet in order for chrome browsers to automatically prompt the user to installing the web app localy. Another interesting feature you might want to use is the Web Authentication feature offered in Chrome 70.
    – Charis Theo
    Nov 13 at 13:37












  • Thanks Charis, great tip I really appreciate it. I see all your comments are really valuable for my project.
    – mexiro
    Nov 14 at 14:15
















Your biggest concern here is getting access to the customers’ banking data. There isn’t just a public rest API you can plug their credentials into to retrieve all of their data. And you sure as hell can’t store that data in some database somewhere. The rest is just a web app.
– John H
Nov 10 at 22:23




Your biggest concern here is getting access to the customers’ banking data. There isn’t just a public rest API you can plug their credentials into to retrieve all of their data. And you sure as hell can’t store that data in some database somewhere. The rest is just a web app.
– John H
Nov 10 at 22:23












Look, I know this issue and I will have access to a test data of card authorizations. The problem is how according my knowledge how to build a seamless web app and to be used in mobile. (I am not experienced in this field and asking for opinions.)
– mexiro
Nov 12 at 7:58




Look, I know this issue and I will have access to a test data of card authorizations. The problem is how according my knowledge how to build a seamless web app and to be used in mobile. (I am not experienced in this field and asking for opinions.)
– mexiro
Nov 12 at 7:58












you may want to use a framework that uses state managment (Angular + UI router, React.js + redux/UI router, or Vue.js) if you are planning to create a complex web app. Also you might need to check out the criteria you have to meet in order for chrome browsers to automatically prompt the user to installing the web app localy. Another interesting feature you might want to use is the Web Authentication feature offered in Chrome 70.
– Charis Theo
Nov 13 at 13:37






you may want to use a framework that uses state managment (Angular + UI router, React.js + redux/UI router, or Vue.js) if you are planning to create a complex web app. Also you might need to check out the criteria you have to meet in order for chrome browsers to automatically prompt the user to installing the web app localy. Another interesting feature you might want to use is the Web Authentication feature offered in Chrome 70.
– Charis Theo
Nov 13 at 13:37














Thanks Charis, great tip I really appreciate it. I see all your comments are really valuable for my project.
– mexiro
Nov 14 at 14:15




Thanks Charis, great tip I really appreciate it. I see all your comments are really valuable for my project.
– mexiro
Nov 14 at 14:15

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243959%2flooking-to-build-a-fintech-transactional-app%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243959%2flooking-to-build-a-fintech-transactional-app%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python