My project “Automating API development with JIT APIs” (Working title) is about automatically managing data models, queries and relationships for REST API’s. This hopes to help reduce errors, security lapses, poor use of convention, documentation and development time. By automatically generating tests, SQL queries, models and HTTP controllers we can guarantee consistency and significantly reduce development time. Another significant advantage of this concept is a malleable backend. This helps prevent the frontend code from being restricted by specific models.