How to make a login/signup Mongo DB

how do I make a login/sign up page using Mongo DB

I would recommend that you first learn mongodb, you might find out along the way.

1 Like

Ok thanks @RiversideRocks

1 Like

Use google, you can start by having two routes in your

/api/signin and /api/signup where both are post requests or something.

You should google a few tutorials, I also recommend watching the video below on information on how not to store passwords:

1 Like