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.
- Host: GitHub
- URL: https://github.com/johndev19/quantum-knowledge
- Owner: JohnDev19
- License: mit
- Created: 2024-11-08T07:58:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T08:09:25.000Z (over 1 year ago)
- Last Synced: 2025-01-30T06:27:29.423Z (over 1 year ago)
- Topics: api, css, html, javascript, nodejs, nodejs-server, web
- Language: JavaScript
- Homepage:
- Size: 766 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.