An implementation of a REST API that exposes the CRUD operations of an EthairBalloons model. The project is developed with Express.JS framework.
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.