https://github.com/platformatic/tutorial-movie-quotes-app
This is the application code for the Movie Quotes App Tutorial 🎬
https://github.com/platformatic/tutorial-movie-quotes-app
Last synced: 11 months ago
JSON representation
This is the application code for the Movie Quotes App Tutorial 🎬
- Host: GitHub
- URL: https://github.com/platformatic/tutorial-movie-quotes-app
- Owner: platformatic
- License: apache-2.0
- Created: 2022-09-12T16:56:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T08:45:13.000Z (11 months ago)
- Last Synced: 2025-04-16T01:16:18.128Z (11 months ago)
- Language: TypeScript
- Homepage: https://oss.platformatic.dev/docs/getting-started/movie-quotes-app-tutorial/
- Size: 1.33 MB
- Stars: 31
- Watchers: 2
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎬 Movie Quotes application
This is the application code for the
[Movie Quotes App Tutorial](https://docs.platformatic.dev/docs/getting-started/movie-quotes-app-tutorial/).
## Requirements
Platformatic supports macOS, Linux and Windows ([WSL](https://docs.microsoft.com/windows/wsl/) recommended).
You'll need to have these things installed:
- [Node.js](https://nodejs.org/) >= v16.17.0 or >= v18.8.0
- [npm](https://docs.npmjs.com/cli/) v7 or later
## Setup
Clone this repository with Git (`git clone`), then run these commands in the
project directory:
```bash
npm install
npm run setup
```
## Usage
Run the API and frontend applications in parallel with:
```bash
npm run dev
```
### Explore
- 🧑💻 Head over to http://localhost:3000/ and start saving your favourite movie quotes!
- ⚡ The Platformatic DB server is running at http://localhost:3042/
- 📔 View the REST API's Swagger documentation at http://localhost:3042/documentation/
- 🔍 Try out the GraphiQL web UI at http://localhost:3042/graphiql
## License
Apache 2.0