Code Monkey home page Code Monkey logo

inf3190-tp3's Introduction

INF3190 TP3 E23 - Adoption d'animaux de compagnie

Description

Ce projet est une application web de service d'adoption d'animaux. L'application permet aux utilisateurs de parcourir une liste d'animaux disponibles pour l'adoption, de les rechercher à l'aide d'un moteur de recherche, de consulter leurs informations de soumettre une demande d'adoption et de mettre en adoption des animaux.

Pré-requis

  • IDE
  • Python
  • Google Chrome

Installation

  1. Installer Python 3.
  2. Cloner ce dépôt vers votre machine locale.

Configuration

  1. Créer un environnement virtuel python à la racine du projet.
  2. Installer les dépendances du projet dans cet environnement.
# Création d'un environnement virtuel

# Pour macOS/Linux
python3 -m venv .venv
. .venv/bin/activate

# Pour Windows
py -3 -m venv .venv
.venv/Scripts/activate
# Installation des dépendances du projet
pip install -r requirements.txt

Utilisation

  1. Démarrer l'application en exécutant : make
  2. Ouvre votre fureteur à l'adresse : http://127.0.0.1:5000

Auteurs

Licence

Ce projet est sous licence Apache Version 2.0. Voir le fichier LICENSE pour plus d'informations.

Documentation

Installation Flask: https://flask.palletsprojects.com/en/2.3.x/installation/

Ressources Supplémentaires

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.