Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alirezajvh/test-assignment


https://github.com/alirezajvh/test-assignment

Last synced: 12 days ago
JSON representation

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
```