GithubHelp home page GithubHelp logo

site-verifier's Introduction

Site-Verifier

Site-Verifier is a web application that allows users to register, login, and validate website contents. It provides a user-friendly interface for managing user accounts, sending website for validation, and viewing previously sent website.

Table of Contents

Features

  • User registration: Users can create a new account by providing their name, username, email, and password.
  • User login/logout: Registered users can log in and out of their accounts securely.
  • User profile: Users can view their profile information, including their name, username, and email.
  • Site validation: Users can input the Url for validation, and the system will check its contents for validity.

Technologies Used

  • Node.js: JavaScript runtime environment for server-side development.
  • Express.js: Web application framework for building RESTful APIs.
  • bcrypt: Library for password hashing and verification.

Installation

  1. Clone the repository to your local machine.

  2. Install Node.js and MySQL if not already installed.

  3. Create a new MySQL database.

  4. Create a .env file in the root directory and add the following variables:

    DATABASE_URL=your_mysql_database_url
    
  5. Run the following command to install the required dependencies:

    npm install
  6. Start the server by running the following command:

    npm start
  7. Access the application by opening index.html in the client directory in your browser.

Usage

  1. Open the Site-Verifier application in your browser.
  2. Register a new account by clicking the "Sign Up" button and filling out the registration form.
  3. Log in to your account by clicking the "Log In" button and entering your email and password.
  4. View your profile information by clicking the "Profile" button.
  5. Input URL for validation then click the "Submit" button.

API Endpoints

Endpoint Description
POST /register Creates a new user account.
POST /login Logs in a user and returns a JSON Web Token.
POST /logout Logs out a user and destroys their session.
GET /profile Retrieves the user's profile information.
POST /validate Sends website for validation.
GET /emails Retrieves a list of previously sent URL.

Contributing

Contributions to the Site-Verifier project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

When contributing, please ensure that you follow the existing code style and conventions, write clear commit messages, and provide appropriate documentation for any new features or changes.

License

The Site-Verifier project is licensed under the MIT License.


Feel free to customize this README.md file according to

your specific project requirements and add more details as needed.

site-verifier's People

Contributors

emmanuelelus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.