https://github.com/arcbjorn/experimental-loopback4
Experimental Loopback4 microservice
https://github.com/arcbjorn/experimental-loopback4
loopback loopback4
Last synced: 7 months ago
JSON representation
Experimental Loopback4 microservice
- Host: GitHub
- URL: https://github.com/arcbjorn/experimental-loopback4
- Owner: arcbjorn
- Created: 2021-03-05T15:50:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T15:57:51.000Z (about 5 years ago)
- Last Synced: 2025-07-19T12:36:13.822Z (8 months ago)
- Topics: loopback, loopback4
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# experimental-loopback4
This application is generated using [LoopBack 4 CLI](https://loopback.io/doc/en/lb4/Command-line-interface.html) with the
[initial project layout](https://loopback.io/doc/en/lb4/Loopback-application-layout.html).
## Install dependencies
By default, dependencies were installed when this application was generated.
Whenever dependencies in `package.json` are changed, run the following command:
```sh
yarn install
```
## Run the application
```sh
yarn start
```
You can also run `node .` to skip the build step.
Open http://127.0.0.1:3000 in your browser.
## Rebuild the project
To incrementally build the project:
```sh
yarn run build
```
To force a full build by cleaning up cached artifacts:
```sh
yarn run rebuild
```
## Fix code style and formatting issues
```sh
yarn run lint
```
To automatically fix such issues:
```sh
yarn run lint:fix
```
## Other useful commands
- `yarn run migrate`: Migrate database schemas for models
- `yarn run openapi-spec`: Generate OpenAPI spec into a file
- `yarn run docker:build`: Build a Docker image for this application
- `yarn run docker:run`: Run this application inside a Docker container
## Tests
```sh
yarn test
```
## What's next
Please check out [LoopBack 4 documentation](https://loopback.io/doc/en/lb4/) to
understand how you can continue to add features to this application.
[-@2x.png)](http://loopback.io/)