Git Product home page Git Product logo

medecindesarbres's Introduction

MedecinDesArbres

Api CI Frontend CI Frontent Admin CI

Ecologie

  • Site documentaire (consultation de fiches) => but éducatif
  • Mini jeux type quiz, jeu de roles
  • Vente de produits dérivés
  • Plein de mini projet avec pour finalité l'écologie

Membres

Clément Duval Nolan Serre Esteban Gonzalez Charlotte Brisson

Technologie utilisée

Frontend

Frontend-Admin

Backend

Basse de données

Version du projet

Version 1.0.0

Installation

Récuperation du projet git.

git clone https://github.com/Nirator78/medecinDesArbres.git

Initialisation fichier frontend

cd frontend
npm install
npm start

Initialisation fichier api

cd api
npm install
npm start

Initialisation fixtures

cd api
npm install
npm start
npm run fixtures

Information utile

Créer une branch

git branch nomDeLaBranch

Changer de branch

git checkout nomDeLaBranch

Merge branch main sur une branch

git fetch
git merge origin/main
git push

Commit

Pour commit des modifications de notre branch Ne pas oublier d'ajout ces fichiers modifié

git add *

git add NomDesFichiers

Ensuite le commit

git commit -m 'Message du commit'

git push

Ou en une seule commande ajout et commit

git commit -am 'Message du commit'

git push

medecindesarbres's People

Contributors

nirator78 avatar nolan78 avatar frisco78es avatar ladyhomunculus avatar e-gonzalez-ipssi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

medecindesarbres's Issues

Sécurisation des routes API

Les routes Update / Create / Delete des différentes entités doivent être réservé au utilisateur administrateur

Vérif entités

Vérifier les cascade
Vérifier les imports inutile ou manquant

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.