/expressjs-mongodb-nextjs-boilerplate

This Boilerplate contains everything needed to get a full Nodejs webapp up and running with docker-compose.

Primary LanguageCSSMIT LicenseMIT

Nextjs + Expressjs + Threejs WebApp boilerplate

This example contains everything needed to get a full Nodejs webapp up and running with docker-compose. Further instructions can be found in the frontend and backend readme files. Everything is ready for development, you just need to run the containers and start developing.

Benefits of Docker

  • You don't need to run/install Nodejs mongodb locally ✨
  • The environment will be the same accross any OS
  • You can run multiple environments with different configuration

Prerequisites

Install Docker Desktop for Mac, Windows, or Linux. Docker Desktop includes Docker Compose as part of the installation.

Features

  • Expressjs Rest API backend server
  • MongoDB
  • Nextjs frontend boilerplate
  • React-three-fiber installed