Mihai Andrei
10/07/2021, 10:52 PMScott P
10/07/2021, 10:53 PMpg
library on the backend and going direct to the DB with queries. Prisma, sequelize or any other ORM also work and I don't believe it's that difficult to integrate even with a framework like NestJS.
If you're intending to have authed routes on your API, you may need to handle sessions inside Express - perhaps by passing the values that are typically stored in localstorage and creating a bridge to pass the values as cookies instead.Mihai Andrei
10/07/2021, 10:53 PMrealmike
10/08/2021, 5:38 PMMihai Andrei
10/09/2021, 9:12 AMrealmike
10/09/2021, 2:22 PMMihai Andrei
10/09/2021, 9:17 PMMihai Andrei
10/09/2021, 9:17 PMMihai Andrei
10/09/2021, 9:18 PM