/receitas-online

recipes online is a web system for recipe queries developed with nuxt, strapi and graphql

Primary LanguageVue

Screen Shot 2022-05-23 at 9 26 23 PM

Receitas Online

technologies used

  • 💚 Nuxtjs  - The Intuitive Vue Framework
  • 🍇 Graphql  - A query language for your API
  • 🍓 Strapi  - Design APIs fast, manage content easily.
  • 🍍 Vuex  - The Vue Store that you will enjoy using
  • 🃏 Jest  -  Unit/Snapshot Testing
  • 🧩 Commitlint  -  helps your team adhering to a commit convention.
  • 🐻‍❄️ Tailwind  -  Rapidly build modern websites without ever leaving your HTML.

Usage Backend

  • yarn develop - This start application.
  • yarn build - This build application.

Usage Frontend

  • yarn dev - This start application.
  • yarn serve - This preview production.
  • yarn jest - Run all linting and unit tests before committing.
  • yarn jest -o - Run only the tests that have changed.
  • yarn jest -u - Update all of the snapshot tests.
  • yarn lint - Run lint in code.

Install dependencies:

yarn install

Updating dependencies:

yarn upgrade-interactive --latest

Testing

Run Vue components unit tests:

yarn jest

Open test coverage detailed report:

yarn jest:coverage

License

All code are copyright gabrielcaiana and may not be used or reproduced without explicit permission.