Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:23:03.000Z (3 months ago)
- Last Synced: 2024-09-18T03:14:39.841Z (3 months ago)
- Language: TypeScript
- Homepage: https://oss.platformatic.dev/docs/getting-started/movie-quotes-app-tutorial/
- Size: 1.67 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 installnpm 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