Skip to content

afzalsayed96/mern-app

Repository files navigation

MERN stack app using Next.js

MERN app using Next.js and deployed on Docker.

Demo 🥳🎉

Tech stack

  • Frontend: React (Next.js)
  • Backend: Express.js
  • Database: MongoDB
  • Platform: Node.js
  • Deployment: Docker

Directory structure

.
├── Dockerfile
├── README.md
├── __tests__
├── api
├── components
├── docker-compose.yml
├── heroku.yml
├── jest.config.js
├── jest.setup.js
├── less
├── next.config.js
├── package.json
├── pages
├── public
├── server.js
├── services
├── tree.txt
└── yarn.lock

Steps to run

Clone the repo

git clone [email protected]:afzalsayed96/next-app.git
cd next-app

Start server

Go to project directory and run

docker-compose up --build web

App will start running at localhost:3000

Running tests

docker-compose build test
docker-compose run test

Starter boilerplate

References

Assets