Giter VIP home page Giter VIP logo

asseco-assignment's Introduction

Asseco-assignment

Simple spring boot service that simulates a electoral table and respective voters

Steps to test:

  1. Run the main class as a spring boot application.
  2. Go to localhost:8080/swagger-ui/index.html and use swagger to explore the API.

asseco-assignment's People

Contributors

p1ng07 avatar

Watchers

 avatar

asseco-assignment's Issues

Database models

Define the person model.
The person should have:

  • Personal information (mandatory) (Name, Age, citizen-card id)
  • Information on which table he/she/they are currently registered in (nullable, a person is not required to have a table assigned at the moment of creation).

Define the table model.
The table should have:

  • Information on its location (mandatory) (locality, implemented as an enum).
  • Name identifier (mandatory)

Controllers

Add CRUD controllers for Person and Electoral Table.
Add GET methods of Person and Electoral Table with appropriate filters.

JPA Repositories

Information on database models should be queriable with JPA Repositories.
People should be queriable by Id, Name and citizen card id.
Tables should be queriable by Id, name and locality.

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.