Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hugocruzlfc/manager-task
- Owner: hugocruzlfc
- Created: 2023-12-01T08:32:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T11:50:19.000Z (about 1 year ago)
- Last Synced: 2023-12-08T13:29:46.011Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```