Amplify backend and db #12989
Labels
Hosting
Issues related to Amplify Hosting
question
General question
transferred
This issue was transferred from another Amplify project
Before opening, please confirm:
App Id
NEW_APP
AWS Region
us-east-2
Amplify Hosting feature
Backend builds
Question
Im still learning to deploy websites and i got an dev intership on a company, despite they dont have an dev. So I created an frontend on angular and the backend on node.js, its working and sending the data to mongodb. My question is how do i deploy the site online? I wanted to try amplify and could deploy the frontend, but i dont know how to connect it to my backend, also about the data I tried to create an exemple of what the data would look like on amplify but it doesnt have an object or array type, the data would be something like that:
key: string;
tableName: string;
debito: {
masterCard: { valor: number },
visa: { valor: number },
outros: { valor: number },
}
can I deploy my front and backend together on amplify? and can i store the data exactly the way my code is making or if i dont, can i still use another db like mongo?
The text was updated successfully, but these errors were encountered: