Giter Site home page Giter Site logo

tanjounokamioku / registration-full-stack-app Goto Github PK

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

This is a demo project that includes both frontend and backend components. It demonstrates the registration functionality using Angular for the frontend and a Java backend for the backend.

License: MIT License

Java 41.88% TypeScript 39.41% HTML 12.85% SCSS 5.86%

registration-full-stack-app's Introduction

Registration Full Stack App

This is a demo project that includes both frontend and backend components. It demonstrates the registration functionality using Angular for the frontend and a Java backend for the backend.

Table of Contents

Getting Started

Prerequisites

Before you can run this project, you'll need to have the following software installed on your system:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/tanjounokamioku/registration-full-stack-app.git
    

Usage

To run the demo project, you'll need to start both the frontend and backend components.

Frontend

Navigate to the demo-frontend directory:

cd demo-frontend

Install dependencies for the frontend:

npm install

Start the Angular development server:

ng serve

Open your web browser and go to http://localhost:4200 to access the frontend.

Backend

Navigate to the demo-backend directory:

cd demo-backend

Build and run the Java backend using Maven:

mvn clean install
java -jar target/demo-0.0.1-SNAPSHOT.jar

The backend server will be running at http://localhost:8080.

registration-full-stack-app's People

Contributors

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