Git Product home page Git Product logo

angular_project's Introduction

User Form Application

This repository contains the source code for the User Form application, which consists of both frontend and backend components.

Overview

The User Form application is designed to provide a user registration and login system. It allows users to sign up with their information and subsequently log in to access the application's features. The backend is powered by JSON Server, providing a RESTful API for user management, while the frontend is built using Angular.

Features

  • User registration with validation
  • User login with authentication
  • Seamless integration between frontend and backend
  • JSON Server backend for storing user data
  • Angular frontend for user interaction

Development for frontend-side

To run the frontend app locally, follow these steps:

  1. Navigate to the frontend-app directory.
  2. Install dependencies using npm install.
  3. Start the development server using npm run start.
  4. Open a web browser and navigate to http://localhost:4200/ to view the app.

Deployment for frontend-side

To deploy the frontend app, follow these steps:

  1. Build the app using ng build.
  2. Deploy the generated dist directory to your hosting provider.

Development for Backend-side

To run the backend app locally, follow these steps:

  1. Navigate to the backend-app directory.
  2. Install dependencies using npm install.
  3. Start the JSON Server using json-server --watch <file name>.
  4. The server will be accessible at http://localhost:3000/.

Deployment for Backend-side

To deploy the backend app, follow these steps:

  1. Deploy the entire backend-app directory to your hosting provider.
  2. Ensure that the db.json file is included and accessible to the server.

Additional Information

Installation

To run the User Form application locally, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/user-form.git
    
    => Navigate to the project directory:
        cd user-form
    
    => Install dependencies for both frontend and backend:
        cd frontend-app
        npm install
        cd ../backend-app
        npm install
    
     => To start the backend server powered by JSON Server:
        cd backend-app
        json-server --watch <file name>
    
     => To start the frontend Angular application:
        cd frontend-app
        npm run start
    

angular_project's People

Contributors

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