DEV Community

Cover image for Starter Advanced GraphQL Next.js TypeScript & MongoDb (CRUD)
Salah Eddine Lalami for IDURAR AI , Inc | Where Ai Build Software

Posted on • Edited on

1 1 1 1 1

Starter Advanced GraphQL Next.js TypeScript & MongoDb (CRUD)

Starter Advanced Project : GraphQL Next.js TypeScript & MongoDb (CRUD)

Github Repository

https://github.com/idurar/generic-graphql-crud-next-js-mongodb

Install

yarn Install
Enter fullscreen mode Exit fullscreen mode

Setup & connect to your MongoDb Database

1) change this file name .env.local.tmp to .env.local
2) open .env.local and paste your MongoDB url here :  MONGODB_URI="your-mongodb-uri"
Enter fullscreen mode Exit fullscreen mode

Generate schema and Type

yarn generate
Enter fullscreen mode Exit fullscreen mode

Getting Started

First, run the development server:

yarn dev
Enter fullscreen mode Exit fullscreen mode

Try your Graphql

http://localhost:3000/api/graphql
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Open Source ERP / CRM

Open Source ERP CRM based on Node.js React.js

IDURAR is Open Source ERP / CRM (Invoice / Inventory / Accounting / HR) Based on Advanced Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux

Github Repo : https://github.com/idurar/erp-crm

Don't forget to give a ⭐️ to this project ... Happy coding! 🤩

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay