Skip to content

Commit

Permalink
feat: project maintenance status
Browse files Browse the repository at this point in the history
  • Loading branch information
albugowy15 committed Aug 1, 2024
1 parent f689471 commit 85ae28a
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 347 deletions.
8 changes: 5 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
APP_URL=http://localhost:3000

# Vercel KV
# Learn more about Vercel KV: https://vercel.com/docs/storage/vercel-kv
KV_REST_API_TOKEN=""
KV_REST_API_READ_ONLY_TOKEN=""
KV_URL=""
KV_REST_API_URL=""
KV_REST_API_TOKEN=""
KV_REST_API_READ_ONLY_TOKEN=""

# Vercel Edge Config
# Learn more about Vercel Edge Config: https://vercel.com/docs/storage/edge-config
Expand All @@ -17,7 +19,7 @@ RESEND_API_KEY=""
# Required for reset password confirmation
RESET_SECRET=""

# Mysql connection string
# Mysql connection string (TiDB MySQL Serverless)
DATABASE_URL="mysql://user:password@localhost:3306/informatics-frs"

# NextAuth
Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

</div>

## **⚠️⚠️⚠️ Project Status ⚠️⚠️⚠️**

**This project is no longer being maintained. If you are interested in taking over its maintenance, please open an issue or reach out through [Discussions](https://github.com/albugowy15/informatics-frs-helper/discussions).**

## Main Features

### myFRS - Plan your course registration (FRS)
Expand Down Expand Up @@ -54,25 +58,19 @@ cd informatics-frs-helper
pnpm install
```

4. Start the MySQL database using Docker Compose

```bash
docker compose up -d db
```

5. Apply Prisma database migrations
4. Apply Prisma database migrations

```bash
pnpm db:push
```

6. Seed the database with prisma seeder
5. Seed the database with prisma seeder

```bash
pnpm db:seed
```

7. Run your project in development mode
6. Run your project in development mode

```bash
pnpm dev
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.16.2",
"@prisma/client": "^5.17.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
Expand All @@ -47,15 +47,15 @@
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query": "^5.51.16",
"@tidbcloud/prisma-adapter": "^5.15.0",
"@tidbcloud/serverless": "^0.2.0",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.0",
"@vercel/edge-config": "^1.2.1",
"@vercel/kv": "^2.0.0",
"@vercel/speed-insights": "^1.0.12",
"bcryptjs": "^2.4.3",
Expand All @@ -68,7 +68,7 @@
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"recharts": "^2.12.7",
"resend": "^3.4.0",
"resend": "^3.5.0",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
Expand All @@ -81,22 +81,22 @@
"@next/bundle-analyzer": "^14.2.5",
"@tailwindcss/forms": "^0.5.7",
"@types/bcryptjs": "^2.4.6",
"@types/eslint": "^8.56.10",
"@types/eslint": "^8.56.11",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.10",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prisma": "^5.16.2",
"tailwindcss": "^3.4.4",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
Loading

0 comments on commit 85ae28a

Please sign in to comment.