Judahh / VUTT

A simple repository for managing tools with their names, links, descriptions and tags

Home Page:https://vutt.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VUTT

A sample repository for using BackAPI

Environment Variables

Name Description Example
README_URL README.MD URL https://raw.githubusercontent.com/Judahh/VUTT/main/README.md
SWAGGER_URL SWAGGER URL https://raw.githubusercontent.com/Judahh/VUTT/main/src/swagger.json

Documentaion

-Swagger -AsyncAPI

Unity Tests

$ npm install
$ npm test

or

$ yarn
$ yarn test

Integration Tests

To run the test suite, first install Docker and dependencies, then run docker-compose up -d and npm test:

$ docker-compose up -d
$ npm install
$ npm integration

or

$ docker-compose up -d
$ yarn
$ yarn integration

Manual Tests

To run the server on localhost, first install Docker and dependencies, then run docker-compose up -d and npm dev or npm build and npm start:

$ docker-compose up -d
$ npm install
$ npm dev

or

$ docker-compose up -d
$ yarn
$ yarn dev

It will run on port 3000

People

The original author of Journaly is Judah Lima

List of all contributors

About

A simple repository for managing tools with their names, links, descriptions and tags

https://vutt.vercel.app


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%