/Here-Your-Quotes-Api

I built this application to practice node and the concept of an API Rest

Primary LanguageTypeScript

Here Your Quotes - API

Go to mobile

📌 Technologies

📚 About the project

I built this project to practice typescript and the process of building an API. The 'Here Your Quotes' is an application to help people storing quotes that they like or will need for articles or something.

⚙ Status codes

Status Description
200 OK
400 BAD REQUEST
401 UNAUTHORIZED
404 NOT FOUND
500 INTERNAL SERVER ERROR

🚀 Getting Started

Clone this repository:

  $ git clone https://github.com/raphaacosta/Here-Your-Quotes-Api.git

To install all dependencies, run:

  $ yarn install
  or
  $ npm install

To initiate the database run:

  $ yarn knex:migrate

to run the migrations to the databasse, then run: $ yarn dev or $ npm dev to run the developer version.

👍 Contribute

  • Fork this repository.
  • Create a branch with your resource: git checkout -b my-feature
  • Submit changes: git commit -m "feat: My new feature"
  • Push your branch: git push origin my-feature