I\'m trying to create a NodeJS backend, and for frontend I use Ionic with Angular.
This is my Node code:
const app = express(); app.use(bodyParser.json())