Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 328 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 328 Bytes

Next Js Teslo Shop

Run it with mongo db docker image

docker-compose up -d

MongoDB URL

mongodb://localhost:27017

Configure env variables

Rename file .env.template to .env and fill it with your fields

Seed database

  /api/seed

Run project

yarn install
yarn dev