/teslo-clone

E-commerce marketplace built with Nextjs

Primary LanguageTypeScript

Getting Started

Run the app

Use the docker compose:

docker-compose up

Local Mongo url:

mongodb://localhost:27017/teslodb

Env variables configuration

Rename the file .env.template to .env

Populate db with seed data

TODO