Coder Social home page Coder Social logo

mrifqy-abdallah / spring-boot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 60 KB

The final exam of the Cloud Computing subject in my 7th semester. Building a simple web app with RESTful API architecture using spring boot.

Java 100.00%
spring-boot restful-api

spring-boot's Introduction

The Exam Instruction

Create a simple presence (class attendance) application with Restful API. There are at least 2 tables that are related to each other in the database. More complex is allowed, but pay attention to the time frame limitation for the exam. No need for outgoing attendance, in-going attendance only.

Default Endpoint (URL) scenario to create:

  • New student registration: Enrolling new students accompanied by a username and password

    Use POST method >> Request in the form of JSON containing username and password along with other details

  • Login: Search for student's record based on username and password. If the username and password match and are in the database, return the response in the form of the student's details. Quite simple logic, no need to use OAuth2 or JWT (JSON Web Token). You can enter the password directly into the database, or you can also encrypt it (the important thing is there is a password in the system)

    POST method >> The request is in the form of a JSON username and password

  • Incoming attendance: Record the attendance of a student to the database based on his/her ID, plus the timestamp

    POST or GET are both permitted

  • Attendance List: Displays all the attendance records in the database

    GET method

Apart from the information above, you may add other functions with your personal assumptions. Please make the detail of the database design with your own assumption.

More information

spring-boot's People

Contributors

mrifqy-abdallah avatar

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.