Sign-Up Form Project

This is a straightforward web application featuring a user sign-up form. It includes server-side validation for form data and provides error handling for common issues.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/beatsandcodes/SIgn-up-form-node-js-ejs-express.git
  2. Navigate the directory:

    cd sign-up-form-node-js-ejs-express
  3. Initialise the node modules

    npm init --y
  4. Install dependencies (Express, EJS, and Body-parser):

    npm i express ejs body-parser
  5. Install nodemon to run the server from here

  6. Run server at your local host:

    nodemon index.js

Now you can access the application in your web browser 👉 http://localhost:3000.