Giter Site home page Giter Site logo

mgmt-api's Introduction

Instructions to run

For this project you'll need PostgreSQL & Java 11 on your local machine.

Create a new user called uni with your preferred password (just remember to update it in the application.properties file).

Create a new database called my_university whose owner would be the newly created uni user.

Run the my_university.sql script file in the root of this project.

After that, you'll be able to run the project in your local machine and hit the created endpoints.

Design considerations

  • Used database indexes for id columns on all tables for better performance.
  • Used an MVC approach for the general structure of the project.
  • Used Java Streams for grouping professor with their respective courses to avoid repeated data and a more functional approach.

Improvements

  • Create a docker container for the database.
  • Cause of time issues, definitely add more robust Unit Tests and different scenarios.
  • Add integration testing for all the created endpoints.
  • Look for OOP design patterns that could be applied in the current structure.
  • There's a bug where a schedule cannot be created, fix that.

mgmt-api's People

Contributors

pablo-arroyo 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.