Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/korospace/sistem_penilaian_esai_otomatis_nextjs_vercel
- Owner: korospace
- Created: 2024-07-18T03:17:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T22:17:54.000Z (4 months ago)
- Last Synced: 2024-07-20T03:55:11.606Z (4 months ago)
- Language: TypeScript
- Homepage: https://sistem-penilaian-esai-otomatis.vercel.app
- Size: 3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installyarn prisma migrate dev
yarn run db-seed
```