This is the application code for the Movie Quotes App Tutorial.
Platformatic supports macOS, Linux and Windows (WSL recommended).
You'll need to have these things installed:
Clone this repository with Git (git clone
), then run these commands in the
project directory:
npm install
npm run setup
Run the API and frontend applications in parallel with:
npm run dev
- 🧑💻 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
Apache 2.0