Code Monkey home page Code Monkey logo

accounts's Introduction

Accounts API with CRUD operations

Exam for Stokkur position

This project includes API endpoints for CRUD operations over an Account Entity.

Requirements

  1. Java 8+
  2. Maven or the one included on Intellij IDEA IDE
  3. Mysql Server

Configuration

Clone the project:

git clone [email protected]:wisog/accounts.git

Set the database connection url on file:

https://github.com/wisog/accounts/blob/master/src/main/resources/application.properties

Run project

mvn spring-boot:run

and the project will be available on

http://localhost:8080

Documentation

An API documentation web page is available on

http://localhost:8080/swagger-ui.html

Use

The API have Basic Authentication for POST, PUT and DELETE requests User & Password are:

user: root
pwd: toor 

Any GET request is permited.

Docs

accounts - src
├── com.stokkur.exam.demoAccounts/ - Java source code.
|   ├── config/ - System Security & Swagger configurations.
|   ├── dto/ - The Data Transfer Object classes using Jackson annotations
|   ├── model/ - Entities for model objects
|   ├── repository/ - Spring Crus Repositories for data Access
|   ├── rest/ - Parent package for REST services code
|   |   ├── util/ - Custom classes for all services
|   ├── service/ - Parent package for the services logic
|   |   └── util/ - Util classes as Helpers for services including objects mapping
|   |   └── impl/ - Classes implementing service logic

accounts's People

Watchers

 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.