Skip to content

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

License

Notifications You must be signed in to change notification settings

lucavocella/expressjs-mongodb-nextjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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