Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

BlueGhostAlt/koa-knex-typescript-template

Repository files navigation

Greetingsapi

Greetingsapi is an API where you can see all sort of nice greetings 😃 . As of right now though, you can't POST, PUT, PATCH or DELETE your own greetings 😞

How can I contribute

  1. Fork the repository!
  2. Clone your fork: git clone https://github.com/your-username/greetingsapi.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am "Added some feature"
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😃

How do I run the tests

There are two ways of running the tests:

  • Without coverage:

    npm test
  • With coverage:

    npm run test-coverage

Make sure that your code is also linted and formatted:

npm run check

Entity-Relationship Diagram

Entity Relationship Diagram

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages