Saving Pets

istockphoto-1222913562-612x612

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

This project is composed by microservices built with different programming languages and database. We used Eureka which is an application that holds the information about all client-service applications. Also, we used docker to put our microservices in containers. This project is composed by:

eureka-server:

Serveur de découverte Eureka

api-gateway:

Spring cloud Gateway aims to provide a simple yet effective way to route to APIs and provide them with cross-cutting concerns such as: security, monitoring/metrics, and resiliency.

User-server:

built with Nodejs, mongoDB, Angular used as authentification server

local-server:

built with Spring Boot, Spring Data JPA, Mongodb used to creade/update/delete/show shelters for pets

Assiociation-server:

built with Spring Boot, Spring Data JPA, Mysql used to creade/update/delete/show associations for pets

forum-server:

built with Spring Boot, Spring Data JPA, Mysql used to communicate

Campagne-server:

built with Spring Boot, Spring Data JPA, H2 used to communicate

(back to top)

Built With

This project is built with the following technologies:

  • Springboot
  • Nodejs
  • Angular
  • Mysql
  • H2
  • Mongodb

We also needed to use Eureka and docker.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • Maven 3.0+
  • Your favorite IDE but we recommand STS-4-4.4.1 version.
  • MySQL server
  • JDK 1.8+
  • Docker

Execution Process

After installing the necessary tools, please proceed as mentioned below:

  1. Clone the repo https://github.com/haribizohra/MicroServiceSavingPets.git

  2. Run docker compose

    docker-compose up

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Here is a link to our Github Project! Project Link: https://github.com/haribizohra/MicroServiceSavingPets

(back to top)