https://github.com/appsmithorg/example-apps-movie-store-api
Backend for Appsmith's example apps.
https://github.com/appsmithorg/example-apps-movie-store-api
Last synced: about 1 year ago
JSON representation
Backend for Appsmith's example apps.
- Host: GitHub
- URL: https://github.com/appsmithorg/example-apps-movie-store-api
- Owner: appsmithorg
- Created: 2021-03-29T10:55:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T23:03:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T12:21:17.988Z (about 1 year ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 8
- Watchers: 17
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie_store
> This repo is belongs to the tutorial at https://youtu.be/UuVK4qX_J64
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/)