https://github.com/petrosdemetrakopoulos/ethairballoons-crud-api
A CRUD REST API for EthairBalloons library
https://github.com/petrosdemetrakopoulos/ethairballoons-crud-api
blockchain data-storage ethairballoons ethereum javascript orm
Last synced: 3 months ago
JSON representation
A CRUD REST API for EthairBalloons library
- Host: GitHub
- URL: https://github.com/petrosdemetrakopoulos/ethairballoons-crud-api
- Owner: petrosDemetrakopoulos
- Created: 2022-01-18T21:36:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T22:42:00.000Z (about 2 years ago)
- Last Synced: 2023-04-25T23:41:28.817Z (about 2 years ago)
- Topics: blockchain, data-storage, ethairballoons, ethereum, javascript, orm
- Language: Solidity
- Homepage:
- Size: 724 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EthairBalloons REST API
An implementation of a REST API that exposes the CRUD operations of an [EthairBalloons](https://github.com/petrosDemetrakopoulos/ethairballoons) model.
The project is developed with Express.JS framework.## Run instructions
After you clone the project run the following commands on the project root directory:
```
npm install
npm start
```
And the API server will start on port 3000.