Skip to content

API for the VUTTR (Very Useful Tools to Remember) app.

Notifications You must be signed in to change notification settings

guimalonso/vuttr-api

Repository files navigation

VUTTR

VUTTR (Very Useful Tools to Remember) is an application that allows data visualization and registration of useful tools for different purposes. This project has the API constructed for the app, as well as the integration tests and the required files to run the API using a Docker container.

Platforms and Libraries

The main tools used for the construction of this API were:

Running Instructions

To install the application you need to ensure that you have Docker installed and running in your machine.

  • Clone the repository in your machine.
  • Access the directory where the source code is located and run the following command to start the application:
docker-compose up

Once you have followed these instructions you will be able to make requests on the API using the endpoint "http://localhost:3000/[ROUTE]" and an API client of your choice (like Postman or Insomnia). See the API documentation for more details.

To run the tests, use the command:

docker-compose run --rm server npm test

About

API for the VUTTR (Very Useful Tools to Remember) app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published