Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

172
Vistas
trying to build a simple JS web UI to post data to MongoDB. Some advice?

I've been playing with and learning JS for a few months and have built some dynamic text changing sites. Long story short I my wife has a need for a simple tool she can post client account info in and search later with notes. There's a lot of things that can do this but I want to use it as a reason to learn Node.js and work on more JS stuff.

All the back-end things I could easily do in Python but I don't really know how to bridge JS to python so I figured I'd just use a native JS back-end instead.

Upon searching I'm seeing a lot of JS frameworks and now I'm sort of lost. I have my db set up and a bunch of servers, but what is the best framework I should use to:

  1. authenticate a user
  2. fill out a form and save the data to mongodb
  3. be able to search said data and retrieve the results in a list

I don't really need any code help at this time, I just don't want to spend 3 weeks learning React only to find out Node was easier and better for this application.

Thanks.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

You can use Node.js and Express.js for that.

For the Frontend, since it is something simple, you can try React and use create-react-app to generate the starter boilerplate.

With Node.js on the backend, you can also use an npm package called mongoose to connect and do all MongoDB operations.

If you need authentication, passport can simplify that for you.

For the UI you can use MaterialUI

For simple small projects, this is my way to go, if you need help later you can also ping me I would be happy to help.

about 4 years ago · Juan Pablo Isaza Denunciar

0

Isn't your need actually a mongodb client GUI?

Better not reinvent the wheel and rely on battle tested solutions to manage the users (always touchy because of GDPR regulations).

A quick web search led me to https://www.mongodb.com/products/compass but there are plenty of such tools for free.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda