https://github.com/fedeya/crm-react-graphql
CRM with TypeGraphQL, NextJS, Urql, MongoDB, Typegoose, GraphQLCodegen, Tailwind
https://github.com/fedeya/crm-react-graphql
argon2 formik graphql graphql-codegen lerna mongodb next-urql nextjs react tailwindcss type-graphql typegoose typescript urql urql-devtools yup
Last synced: 3 months ago
JSON representation
CRM with TypeGraphQL, NextJS, Urql, MongoDB, Typegoose, GraphQLCodegen, Tailwind
- Host: GitHub
- URL: https://github.com/fedeya/crm-react-graphql
- Owner: fedeya
- Created: 2020-07-20T03:32:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T00:11:33.000Z (about 5 years ago)
- Last Synced: 2025-04-24T20:42:11.016Z (6 months ago)
- Topics: argon2, formik, graphql, graphql-codegen, lerna, mongodb, next-urql, nextjs, react, tailwindcss, type-graphql, typegoose, typescript, urql, urql-devtools, yup
- Language: TypeScript
- Homepage:
- Size: 777 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM GraphQL - NextJS
## Requirements
- Yarn
- NodeJS
- MongoDB or Docker## Stack
```yml
Language: Typescript
Backend:
- TypeGraphQL
- Apollo
- JWT
- Argon2
- Typegoose
- MongoDB
Frontend:
- NextJS
- React
- Tailwind
- Recharts
- Urql
- GraphQL-Codegen
- Formik & Yup
```## Getting Started
### Download Repo
```bash
git clone https://github.com/Fedeya/crm-react-graphql
cd crm-react-graphql
yarn
```### Install Dependencies for Packages
```bash
yarn lerna bootstrap
```### Run Development Server
```bash
docker-compose up -d # only if you don't have mongodb
yarn dev
```