Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathu-lmn/minutis-logistik

Minutis-logistik is an app developped during a hackathon for the red-cross. Read the readme to get more info !
https://github.com/mathu-lmn/minutis-logistik

angular frontend hackathon ionic red-cross

Last synced: about 1 month ago
JSON representation

Minutis-logistik is an app developped during a hackathon for the red-cross. Read the readme to get more info !

Awesome Lists containing this project

README

        

# Application de Gestion des Demandes Logistiques

Cette application a été développée dans le cadre d'un hackathon de 2-3 jours pour répondre aux besoins de la Croix-Rouge en matière de gestion des demandes logistiques. Veuillez noter qu'il s'agit d'une simple idée de conception du module et qu'elle ne contient pas de sauvegarde.
*PS: Notez que nous n'avions aucune notions de TypeScript et Angular / Ionic avant de commencer ce projet, nous avons donc appris sur le tas.*

## Prérequis

Avant de pouvoir lancer l'application, assurez-vous d'avoir les éléments suivants installés :

- [Node.js](https://nodejs.org/) : un environnement d'exécution JavaScript
- [pnpm](https://pnpm.io/) : un gestionnaire de paquets pour Node.js
- Angular CLI : `pnpm i -g @angular/cli`

## Installation

1. Clonez ce dépôt sur votre machine locale.
2. Ouvrez un terminal et naviguez jusqu'au répertoire du projet.
3. Exécutez la commande `pnpm i` pour installer les dépendances.

## Lancement de l'application

1. Dans le terminal, exécutez la commande `pnpm start` pour démarrer le serveur de développement.
2. Ouvrez votre navigateur et accédez à `http://localhost:4200` pour voir l'application en action. (pensez à activer le mode mobile dans les outils de développement de votre navigateur pour une meilleure expérience utilisateur)

C'est tout ! Vous pouvez maintenant utiliser l'application de gestion des demandes logistiques de la Croix-Rouge.

---

# Logistics Request Management Application

This application was developed as part of a 2-3 days hackathon to address the logistics request management needs of the Red Cross. Please note that this is a simple conceptual design of the module and does not include persistence.
*PS: Note that we had no knowledge of TypeScript and Angular/Ionic before starting this project, so we learned on the fly.*

## Prerequisites

Before you can launch the application, make sure you have the following installed:

- [Node.js](https://nodejs.org/): a JavaScript runtime environment
- [pnpm](https://pnpm.io/): a package manager for Node.js
- Angular CLI: `pnpm i -g @angular/cli`

## Installation

1. Clone this repository to your local machine.
2. Open a terminal and navigate to the project directory.
3. Run the command `pnpm i` to install the dependencies.

## Launching the Application

1. In the terminal, run the command `pnpm start` to start the development server.
2. Open your browser and go to `http://localhost:4200` to see the application in action. (remember to activate mobile mode in your browser's development tools for a better user experience)

That's it! You can now use the Red Cross logistics request management application.