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

https://github.com/bradtraversy/remix-blog

Simple blog built with Remix
https://github.com/bradtraversy/remix-blog

Last synced: 27 days ago
JSON representation

Simple blog built with Remix

Awesome Lists containing this project

README

        

# Remix Blog

This is the blog app from my [Remix Crash Course]() on YouTube

## Usage

Rename .envexample to .env and change session secret

Install dependencies

```sh
npm install
```

Load .env variables

```sh
npx prisma generate
```

Setup Database

```sh
npx prisma db push
```

Run dev server

```sh
npm run dev
```