This is a simple login form with basic validation and data storing in the backend. Contains both backend and frontend
Nodejs, Expressjs, Vanilla JS, HTML, CSS
Use mongodbAtlas or mongodb to get your connection string and paste it in the code in backend > server.js
Install npm dependencies
npm install
Start the server
npm start
You should see MongoDB Connection Succeeded.
message on your terminal if the server has started successfully.
Simpy launch the index.js
file in a browser.