ITElective3-News

所属分类:云数据库/云存储
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-12-05 17:00:06
上 传 者sh-1993
说明:  使用NextJS、Prisma ORM和SQLite制作的新闻发布网站
(News posting website made with NextJS, Prisma ORM, and SQLite)

文件列表:
__test__/ (0, 2023-12-11)
__test__/CreateForm.test.js (2774, 2023-12-11)
__test__/PostCard.test.js (849, 2023-12-11)
__test__/UpdateForm.test.js (3811, 2023-12-11)
jest.config.js (538, 2023-12-11)
jest.setup.js (35, 2023-12-11)
jsconfig.json (95, 2023-12-11)
next.config.js (92, 2023-12-11)
package-lock.json (297927, 2023-12-11)
package.json (906, 2023-12-11)
postcss.config.js (82, 2023-12-11)
prisma/ (0, 2023-12-11)
prisma/schema.prisma (413, 2023-12-11)
prisma/seed.ts (4828, 2023-12-11)
src/ (0, 2023-12-11)
src/app/ (0, 2023-12-11)
src/app/api/ (0, 2023-12-11)
src/app/api/news/ (0, 2023-12-11)
src/app/api/news/[id]/ (0, 2023-12-11)
src/app/api/news/[id]/route.js (318, 2023-12-11)
src/app/api/news/create/ (0, 2023-12-11)
src/app/api/news/create/route.js (386, 2023-12-11)
src/app/api/news/delete/ (0, 2023-12-11)
src/app/api/news/delete/[id]/ (0, 2023-12-11)
src/app/api/news/delete/[id]/route.js (336, 2023-12-11)
src/app/api/news/route.js (224, 2023-12-11)
src/app/api/news/update/ (0, 2023-12-11)
src/app/api/news/update/[id]/ (0, 2023-12-11)
src/app/api/news/update/[id]/route.js (766, 2023-12-11)
src/app/favicon.ico (25931, 2023-12-11)
src/app/globals.css (59, 2023-12-11)
src/app/layout.jsx (378, 2023-12-11)
src/app/news/ (0, 2023-12-11)
src/app/news/[id]/ (0, 2023-12-11)
src/app/news/[id]/layout.jsx (382, 2023-12-11)
src/app/news/[id]/page.jsx (2267, 2023-12-11)
src/app/news/create/ (0, 2023-12-11)
src/app/news/create/layout.jsx (420, 2023-12-11)
... ...

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. ## Learn More To learn more about Next.js, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

近期下载者

相关文件


收藏者