Git Product home page Git Product logo

wallarock-api's Introduction

Wallarock API

REST API based on microservices built in Java using Spring Boot. Wallarock is a web application developed as a college project for learning purposes which implements the functionality of a second hand buying/selling platform in the style of Wallapop.

Architecture

The API follows the microservices architectural style in which there are three different types of microservices:

  1. The Client microservice is in charge of user management. Stores the user data in a SQL table.
  2. The Catalog microservice is in charge of Products to buy/sell management. Stores the products data in a SQL table.
  3. The Chat microservice is in charge of management of chats among users of the platform. Stores the chat data in a MongoDB collection
  4. The WallarockRestClient is an example client for this API.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Follow the following steps for getting the development environment going

  1. Install the Spring Tool Suite (STS)
  2. Clone the repo
git clone https://github.com/manglaneso/Wallarock-API.git
  1. Open the Client, Catalog and Chat folder with STS
  2. Install MariaDB
  3. Install MongoDB
  4. Load the SQL script in MariaDB in order to create the DB and the Catalog and Client tables
  5. Start the three projects with STS Each one listens in a different port

Built With

  • Spring - The web framework used
  • Maven - Dependency Management
  • MariaDB - Relational DB engine for the Client and Catalog microservice
  • MongoDB - Non relational DB engine for the Chat microservice

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL3 License - see the LICENSE.md file for details

wallarock-api's People

Contributors

manglaneso 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.