Code Monkey home page Code Monkey logo

paymybuddy's Introduction

paymybuddy



Pay My Buddy est une application web qui fait l'objet du Projet 6 de la formation développement d'applications JAVA d'Openclassrooms. Cette appli permettrait aux clients de transférer de l'argent pour gérer leurs finances ou payer leurs amis.
Le back office est en Java Spring Boot, le front office en Angular.
L'énoncé fournit la maquette de l'UI qui doit être intégrée telle quelle.

Getting Started

1. Clone the application

$ git clone https://github.com/franzk/paymybuddy.git

2. Create a MySQL database

See intallation scripts : https://github.com/franzk/paymybuddy/tree/main/back/paymybuddy/database_files

3. Create properties files

Create 3 files in the folder /back/paymybuddy/external_config, like this :

datasource.properties

spring.datasource.url=

spring.datasource.username=

spring.datasource.password=


datasource_tests.properties

spring.datasource.url=

spring.datasource.username=

spring.datasource.password=


mailsender.properties

spring.mail.host=

spring.mail.port=

spring.mail.username=

spring.mail.password=

spring.mail.properties.mail.smtp.auth=

spring.mail.properties.mail.smtp.ssl.enable=

com.pmb.paymybuddy.emailaddress=


Domain Model

PayMyBuddy Domain Model

Database Diagram

PayMyBuddy Database Diagram Model

paymybuddy's People

Contributors

franzk avatar

Watchers

 avatar  avatar

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.