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 testor
$ yarn
$ yarn testTo 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 integrationor
$ docker-compose up -d
$ yarn
$ yarn integrationTo 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 devor
$ docker-compose up -d
$ yarn
$ yarn devIt will run on port 3000
The original author of Journaly is Judah Lima