Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alirezajvh/test-assignment
https://github.com/alirezajvh/test-assignment
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alirezajvh/test-assignment
- Owner: alirezaJvh
- Created: 2023-12-16T08:08:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T05:44:54.000Z (about 1 year ago)
- Last Synced: 2024-11-12T00:12:06.541Z (2 months ago)
- Language: TypeScript
- Homepage: https://test-assignment-self-three.vercel.app
- Size: 3.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
to create database run this command:
```bash
npx prisma db push
```first add some user into database. you can use `npx prisma studio` command to see the tables and add user in prisma studio.
then run the nextjs app with this command:
```bash
npm run dev
# or
```