GithubHelp home page GithubHelp logo

buddhirangana / handling-form-data Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 294 KB

Handling form data using Angular (frontend) & Node.js (backend)

JavaScript 23.22% TypeScript 57.71% CSS 3.76% HTML 15.31%

handling-form-data's Introduction

Handling Form Data

  • Before starting to implement the Handling Form Data, we need to set up the required environment for the project. Below sections will guide you to set up the environment. If you have already installed them, you can skip the relevant sections.

Installing Node.js

Check whether Node.js and npm package manager is already installed by typing the following commands in the command line.

# Check the Node.js version
node -v

# Check the npm version
npm -v

Important: This project requires a Node.js version of 14 or higher.

If the above is not installed, download suitable Node.js package for your OS using the following link and install it.

Installing Angular

Check whether Angular CLI is already installed by typing the following command in the command line.

# Check whether Angular CLI is available 
ng

If the Angular CLI is not installed, install it using the npm package manager by typing the following command in the command line.

# Install Angular CLI globally
npm install -g @angular/cli

Installing Dependencies

After completing the above installations, we must install the dependencies specified in the package.json files for the backend and the frontend.

  • To install the dependencies of the backend, type the following command from the root of the project.
# Install the dependencies
npm install
  • To install the dependencies of the frontend, first navigate to the frontend folder and then install the dependencies using the following command.
# Navigate to frontend directory
cd frontend

# Install the dependencies
npm install

handling-form-data's People

Contributors

buddhirangana 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.