Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hugocruzlfc/manager-task

FullStack aplication with Next.js(14), Typescript, TailwindCSS, Styled Component Prisma, MongoDB
https://github.com/hugocruzlfc/manager-task

Last synced: 15 days ago
JSON representation

FullStack aplication with Next.js(14), Typescript, TailwindCSS, Styled Component Prisma, MongoDB

Awesome Lists containing this project

README

        

# Libraries used

```bash
yarn add styled-components
yarn add @clerk/nextjs
yarn add prisma --dev
yarn add axios
yarn add react-hot-toast
```

# using Prisma

```bash
yarn prisma init --datasource-provider mongodb
yarn prisma generate
yarn prisma db push

```