Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/korospace/sistem_penilaian_esai_otomatis_nextjs_vercel


https://github.com/korospace/sistem_penilaian_esai_otomatis_nextjs_vercel

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

### Before you guys push the repo, run steps bellow for migrate to vercel's remote postgres

#### 1. Make sure you have create vercel's postgres

#### 2. copy env.template to .env

```
cp env.template .env
```

#### 3. run

```
yarn install

yarn prisma migrate dev

yarn run db-seed
```