Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doguedogue/docker-teslo-shop
- Owner: doguedogue
- Created: 2023-03-04T02:31:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T05:26:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T22:11:33.049Z (about 2 months ago)
- Language: TypeScript
- Size: 17.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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: