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

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

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
```