Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.*

Screenshot 2023-11-24 at 13 30 31

## 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.