Skip to content
/ nest-next-mongo Public template

this is a monorepo skeleton build with Nest.js (Node), Next.js (React) and Mongoose (MongoDB). Featuring ESLint, TypeScript, TailwindCSS and much more!

Notifications You must be signed in to change notification settings

shaishab/nest-next-mongo

Repository files navigation

NEST-NEXT-MONGO AGGREGATED EXAMPLE

Overview

This is a monorepo skeleton build with Nest.js (Node), Next.js (React) and Mongoose (MongoDB) with server side rendering. This skeleton demonstrates how to use nest-next-mongoDB together with server side rendering to nest with next.js.

Tech stack

  • Backend
    • NestJS
    • MongoDB
  • Frontend
    • Next.js / React
    • React-dom
  • Other
    • ESLint / Prettier

Getting Started

Clone this repor

git clone https://github.com/shaishab/nest-next-mongo
and then 
cd nest-next-mongo

Installation

yarn

# or

npm install

Peer Dependencies

Change the enf file (.env.dev and .env.prod) for the PORT, HOST and MONGO_URI

Start locally

yarn start:dev

After running the server and client you will see the message like below

Application is running on: http://localhost:3000/

then pest the url in your browser

http://localhost:3000

About

this is a monorepo skeleton build with Nest.js (Node), Next.js (React) and Mongoose (MongoDB). Featuring ESLint, TypeScript, TailwindCSS and much more!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published