Skip to content
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# AMRIT - Early Childhood Developemnt (ECD) Service

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Build Status](https://github.com/PSMRI/ECD-API/actions/workflows/sast-and-package.yml/badge.svg)
[![DeepWiki](https://img.shields.io/badge/DeepWiki-PSMRI%2FECD--UI-blue)](https://deepwiki.com/PSMRI/ECD-UI)


The Early Childhood Development (ECD) Initiative by the Ministry of Health and Family Welfare (MoHFW) aims to nurture the cognitive capital of the country by enabling young children to attain their fullest potential. The initiative focuses on the critical period of brain development, which includes the 270 days of pregnancy and the first two years of the child's life, also known as the first 1,000 days.

Expand Down Expand Up @@ -41,12 +42,13 @@ This microservice is built using Java and the Spring Boot framework, with MySQL
To install the ECD module, please follow these steps:

1. Clone the repository to your local machine.
2. Install the dependencies and build the module:
2. Clone the Common-ui repository, switch branch to release-3.6.1-ECD.
3. Install the dependencies and build the module:
- Run the command `npm install`.
- Run the command `npm run build`.
- Run the command `mvn clean install`.
- Run the command `npm start`.
3. Open your browser and access `http://localhost:4200/#/login` to view the login page of module.
4. Open your browser and access `http://localhost:4200/#/login` to view the login page of module.

## Building war files

Expand Down
Loading