This repository contains a basic implementation of a login and signup form using Node.js, MongoDB and Express.
- Clone the repository to your local machine
- Install the required dependencies using the following command:
npm install
- Make sure MongoDB is installed on your system and running. You can download and install MongoDB from their official website.
- Start the server using the following command:
npm start
- Navigate to http://localhost:3000 in your browser to view the login and signup forms.
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.
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.
This project is licensed under the MIT License. See the LICENSE file for more details.