Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kam1kazy/lego-project

Менеджер проектов с задачами
https://github.com/kam1kazy/lego-project

bun chakra-ui elysiajs graphql nextjs

Last synced: 28 days ago
JSON representation

Менеджер проектов с задачами

Awesome Lists containing this project

README

        

## Getting Started

`bun` `elysiajs` `nextjs` - monorepo

`docker postgress` `prisma-orm` `elysiajs\apollo` - db

First, run the development server:

```bash
bun i
bunx prisma init
bunx prisma migrate dev --name init
bun seed
bun dev
```