Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doguedogue/docker-teslo-shop

Docker Nest Postgres
https://github.com/doguedogue/docker-teslo-shop

Last synced: 11 days ago
JSON representation

Docker Nest Postgres

Awesome Lists containing this project

README

        


Nest Logo

# Teslo API

1. Clonar proyecto
2. ```yarn install```
3. Clonar el archivo ```.env.template``` y renombrarlo a ```.env```
4. Cambiar las variables de entorno
5. Levantar la base de datos
```
docker-compose up -d
```

6. Levantar: ```yarn start:dev```

7. Ejecutar SEED
```
http://localhost:3000/api/seed
```

# Production notes: