DEV Community

Karol Horosin
Karol Horosin

Posted on

What is the quickest way to release a web app with auth?

How to get from zero to released web service in the shortest time possible? Domain and auth included. No no-code platforms. Share your ideas.

Top comments (1)

Collapse
 
horosin profile image
Karol Horosin

I've got two:

Option one

  • serverless framework
  • lambdas written in node
  • aws cognito
  • vue.js

Option two

  • Cheap VPS
  • Django with Django auth and rest framework
  • Even statically rendered if needed