Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enmarcm/apirestbase
This repository contains a basic implementation of a RESTful API that I created as a test project. Note that it is somewhat outdated.
https://github.com/enmarcm/apirestbase
Last synced: about 2 months ago
JSON representation
This repository contains a basic implementation of a RESTful API that I created as a test project. Note that it is somewhat outdated.
- Host: GitHub
- URL: https://github.com/enmarcm/apirestbase
- Owner: enmarcm
- Created: 2023-09-05T23:02:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T04:20:04.000Z (5 months ago)
- Last Synced: 2024-08-16T05:31:40.647Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApiRestBase
This repository contains a basic implementation of a **RESTful API** that I created as a test project. Please note that this implementation is somewhat outdated and serves as a foundational example.
## Overview
- A simple RESTful API demonstrating basic CRUD operations.
- Intended for educational purposes and as a starting point for further development.