https://github.com/prisma/prisma-fundamentals
An Instruqt lab to introduce students to the Prisma Schema
https://github.com/prisma/prisma-fundamentals
Last synced: about 1 year ago
JSON representation
An Instruqt lab to introduce students to the Prisma Schema
- Host: GitHub
- URL: https://github.com/prisma/prisma-fundamentals
- Owner: prisma
- License: apache-2.0
- Archived: true
- Created: 2022-05-12T17:35:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T17:04:22.000Z (about 2 years ago)
- Last Synced: 2025-04-20T11:00:03.062Z (about 1 year ago)
- Language: Shell
- Size: 426 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prisma Fundamentals
This repository contains a course designed to be a comprehensive training for Prisma targeted at new or intermediate users looking to build their skills. This course is also intended to be a comprehensive preperation for the Prisma Certified Professional.
The course uses [Remark.js](https://remarkjs.com/) to render the slides which are written in markdown within the /docs folder. Slides can be accessed through [github pages](https://prisma.github.io/prisma-fundamentals). Local development on these documents can by done by a local web server from inside the docs folder such as the one included with Python:
#### Python 3
python -m http.server
#### Python 2
python -m SimpleHTTPServer
The labs are built on [Instruqt](https://instruqt.com/). Reach out to sales@prisma.io for access. Development of these labs can be done by using the [Instruqt CLI](https://docs.instruqt.com/reference/software-development-kit-sdk) to push the configuration up to Instruqt. The labs use [codercom/code-server](https://hub.docker.com/r/codercom/code-server) container image along with the setup, check, and solve scripts in the appropriate folder for the lab within the /instruqt folder.
# Use of content
Content is provided free of use per the Apache 2 license.
# Contributing
Contributions are welcome