Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hannoeru/student-card-backend

Tech.c. student card app's backend
https://github.com/hannoeru/student-card-backend

Last synced: 11 days ago
JSON representation

Tech.c. student card app's backend

Awesome Lists containing this project

README

        

# student-card-backend

## Develop

```
# Install pnpm
npm i -g pnpm

# Install packages
pnpm i

# Generate prisma client
pnpm g:prisma

# Run dev server
pnpm dev
```