A Login Form with Node.js and MongoDB
- Front-end:
- User Interface
- Back-end:
- User Controller
- Database Management:
- Database:
- User Database
- Database:
- Front-end:
- HTML, CSS,JS
- Back-end:
- Node.js
- DataBase:
- MongoDB
- Clone the repository from Login_JS.
- Install Node.js and npm if not already installed.
- Navigate to the project directory and run
npm installto install dependencies. - Run the application using
npm start.