An open API service indexing awesome lists of open source software.

https://github.com/johndev19/quantum-knowledge

A simple Express.js API that allows users to create, retrieve, and search for contents. Users can provide their own content, making it flexible for many topics.
https://github.com/johndev19/quantum-knowledge

api css html javascript nodejs nodejs-server web

Last synced: about 2 months ago
JSON representation

A simple Express.js API that allows users to create, retrieve, and search for contents. Users can provide their own content, making it flexible for many topics.

Awesome Lists containing this project

README

          

# Quantum Knowledge API

A simple Express.js API that allows users to create, retrieve, and search for contents. Users can provide their own content, making it flexible for many topics.

## Features

- Add new questions and answers via a POST request.
- Retrieve all Q&A entries via a GET request.
- Search for contents based on keywords.
- Get a random question and answer based on a keyword.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.