GithubHelp home page GithubHelp logo

calendar-service's Introduction

Calendar Service

  • A breif documentation on endpoints is given in endpoint_doc.md
  • Java version used: 17 and mvn version used: 3.9.6
  • The database used is a small postgres cloud server

Run through mvn

  • Change the current directory to api
cd ./api
  • Build and run the jar
mvn install; java -jar ./target/api-0.0.1-SNAPSHOT.jar

Things to add (Higher Priority)

Due to time limitation, completeness was focused. But here are few things I'd change/build if futher extended

  • modifications and deletions to events/users are not implemented.
  • better code management at repository layer, especially managing custom queries better.
  • improve conflicting events api into sending complete data about the events, instead of just IDs.
  • service layer between repository and controller layer.
  • pagination wherever applicable.

Things to add (Lower Priority)

  • usage of more DTOs and not using Models to directly exchange the data with the caller.
  • exception handling and better response messages and bulk APIs.
  • create docker image for shipping the code instead of jar files.

calendar-service's People

Contributors

aditya-todi 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.