The application is a simple repository for managing tools with their respective names, links, descriptions and tags.
VUTTR requires Node.js v8+ to run and Mongodb
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/brunoflegler/api-vuttr.git api-vuttr
$ cd api-vuttr
Installation is done using the npm install command:
$ npm install
Or run Yarn install command:
$ yarn install
To run the test suite, first install the dependencies, then run npm test:
$ npm test
Or run Yarn:
$ yarn test
Run NPM development:
$ npm run dev
Or run Yarn development:
$ yarn dev
Follow our use guide for more information. http://api.myhobbies.com;br.
Deploy Docker requires Docker v18+ and Docker-compose to run.
$ git clone https://github.com/brunoflegler/bossabox.git api-vuttr
$ cd api-vuttr
$ docker-compose up