<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pauluz</title>
    <description>The latest articles on DEV Community by Pauluz (@revo).</description>
    <link>https://dev.to/revo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2554319%2F7124bf83-3a92-4a06-a8a8-8b9494c1befc.jpg</url>
      <title>DEV Community: Pauluz</title>
      <link>https://dev.to/revo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/revo"/>
    <language>en</language>
    <item>
      <title>Simple multi user software stack</title>
      <dc:creator>Pauluz</dc:creator>
      <pubDate>Tue, 10 Dec 2024 20:29:34 +0000</pubDate>
      <link>https://dev.to/revo/simple-multi-user-software-stack-2hie</link>
      <guid>https://dev.to/revo/simple-multi-user-software-stack-2hie</guid>
      <description>&lt;p&gt;so I've been developing web apps for a few years now, but have never created an entire application on my own.&lt;/p&gt;

&lt;p&gt;Now I want to create a simple multi-user web app with simple crud operations. My question now is: What is the easiest feasible software stack to use for my use-case?&lt;/p&gt;

&lt;p&gt;First of all I want to develop a backend, the frontend can wait for now.&lt;/p&gt;

&lt;p&gt;My current thoughts were the following: Backend-Framework: Express.js Multi-User: Auth.js ORM: Prisma (maybe not required)&lt;/p&gt;

&lt;p&gt;Database: MySQL&lt;/p&gt;

&lt;p&gt;Later on: Frontend Framework: React Native (for mobile + web application)&lt;/p&gt;

&lt;p&gt;(Also using typescript, I understand most of the parts of this project, mostly wondering about the deployment and the multi-user part)&lt;/p&gt;

&lt;p&gt;I'll just be hosting the server on some cheap rental server.&lt;/p&gt;

&lt;p&gt;Thanks for your help in advance.&lt;/p&gt;

&lt;p&gt;I already tried some approaches and ended up on said software stack for backend use.&lt;/p&gt;

&lt;p&gt;Backend-Framework: Express.js Multi-User: Auth.js ORM: Prisma (maybe not required)&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
