lucavocella / expressjs-mongodb-nextjs-boilerplate

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

Repository from Github https://github.comlucavocella/expressjs-mongodb-nextjs-boilerplateRepository from Github https://github.comlucavocella/expressjs-mongodb-nextjs-boilerplate

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

About

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

License:MIT License


Languages

Language:CSS 33.8%Language:TypeScript 29.9%Language:JavaScript 22.5%Language:Dockerfile 13.8%