MERN app using Next.js and deployed on Docker.
Demo 🥳🎉
- Frontend: React (Next.js)
- Backend: Express.js
- Database: MongoDB
- Platform: Node.js
- Deployment: Docker
.
├── 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
git clone git@github.com:afzalsayed96/next-app.git
cd next-app
Go to project directory and run
docker-compose up --build web
App will start running at localhost:3000
docker-compose build test
docker-compose run test