EthairBalloons REST API
January 19, 2022 ยท View on GitHub
An implementation of a REST API that exposes the CRUD operations of an 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.