Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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
- Created: 2022-05-12T17:35:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T17:26:16.000Z (about 2 years ago)
- Last Synced: 2023-04-09T18:45:57.663Z (over 1 year ago)
- Language: Shell
- Size: 426 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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 SimpleHTTPServerThe labs are built on [Instruqt](https://instruqt.com/). Reach out to [email protected] 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