The Wayback Machine - https://web.archive.org/web/20210706182249/https://github.com/topics/http-rest-api
Skip to content
#

http-rest-api

Here are 15 public repositories matching this topic...

An API for travel management. It is built with Java, Spring Boot, and Spring Framework. A toy-project to serve as a theoretical basis for the Medium series of articles I wrote about Java+Spring.
  • Updated Jan 1, 2021
  • Java

Express REST API Generator is an Express Based API skeleton. A template for starting projects with express as an API. This project can be used for creating a RESTful API using Node JS, Express as the framework, Mongoose to interact with a MongoDB instance and Sequelize for support of SQL compatible databases. Mocha is also used for running unit tests in the project.
  • Updated Jun 21, 2021
  • JavaScript
Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Jul 5, 2021

As a developer of a web API, I would like to expose it via GraphQL so it can easily be provided and consumed.

Example

// see https://github.com/lukemurray/EntityGraphQL
var handler = GraphQL.Create<MyDatabase>();

Acceptance criteria

  • Functionality is provided by a new module
  • API can automatically be generated from EF context

Improve this page

Add a description, image, and links to the http-rest-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-rest-api topic, visit your repo's landing page and select "manage topics."

Learn more