A sample repository for using BackAPI
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 |
-Swagger -AsyncAPI
$ npm install
$ npm test
or
$ yarn
$ yarn test
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
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
The original author of Journaly is Judah Lima