/Login-Signup-Form

This repository contains the code of login and sign-up form using Node JS, MongoDB, Exxpress.

Primary LanguageHandlebars

Login-Signup-Form

This repository contains a basic implementation of a login and signup form using Node.js, MongoDB and Express.

Installation

  1. Clone the repository to your local machine
  2. Install the required dependencies using the following command: npm install
  3. Make sure MongoDB is installed on your system and running. You can download and install MongoDB from their official website.
  4. Start the server using the following command: npm start
  5. Navigate to http://localhost:3000 in your browser to view the login and signup forms.

Usage

This project provides a basic implementation of a login and signup form. You can use this project as a starting point for building more complex authentication systems. The user data is stored in a MongoDB database. You can configure the database connection by editing the config.js file.

Contributing

Contributions to this project are welcome. If you find a bug or have an idea for a new feature, please create an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.