Next.js Teslo Shop App using Next.js | TypeScript and MondogDB

look the app deployed on heroku in this link

https://tesloshop-dangel.herokuapp.com

To run local, you need the database

docker-compose up -d
  • -d, mean detached

  • MongoDB URL Local:

mongodb://localhost:27017/teslodb
  • Rebuild node modules and start next
yarn install
yarn dev

Configure environment variables

Rename file .env.template to .env

fill the database with test information

  http://localhost:3000/api/seed