Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denys-petryniak/course-platform
Online Course Platform
https://github.com/denys-petryniak/course-platform
nuxt3 pinia postgres prisma supabase typescript
Last synced: about 2 months ago
JSON representation
Online Course Platform
- Host: GitHub
- URL: https://github.com/denys-petryniak/course-platform
- Owner: denys-petryniak
- Created: 2023-03-22T04:46:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T04:47:27.000Z (11 months ago)
- Last Synced: 2024-11-29T09:55:50.482Z (about 2 months ago)
- Topics: nuxt3, pinia, postgres, prisma, supabase, typescript
- Language: Vue
- Homepage: https://course-platform-dp.netlify.app
- Size: 2.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Course Platform
*This full-stack web application utilizes various technologies to create a robust and maintainable user experience.*
## Explore in StackBlitz
Click the button below to open the project in StackBlitz for preview and experimentation:
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/denys-petryniak/course-platform)
Feel free to explore the code, make changes, and see the results in real-time!
## Setup
Make sure to install the dependencies:
```bash
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
pnpm dev
```## Production
Build the application for production:
```bash
pnpm build
```Locally preview production build:
```bash
pnpm preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.