Skip to content

Adamou02/Website_Genepropp_front

Repository files navigation

Genepropp

This website lets you generate and view family trees. Each user can add members to his or her tree. A written chat system allows users to exchange information, validate users in their tree, etc... Users can modify their account information, as well as the information on the nodes that make up their tree.

Prerequisites

OS Windows, may work with Linux. Make sure you have installed nodeJS, and git

Installing

Clone this repository:

git clone https://github.com/Adamou02/Website_Genepropp_front.git

You should get the backend project to run this project properly.

Then, make sure you have all dependencies

Dependencies

To have a good Angular environment, type in your console :

  • Move to your angular project

    cd Website_Genepropp_front
    
  • Install angular environment

    npm install
    

Execution

First, launch the GenTreeApp file with your JEE environment. Make sure your have clone and run the backend

Then, run angular project

npm start

Then, open the website

http://localhost:4200/

Authors