https://github.com/diegociara/api_newsletter
Projeto Back-end da NewsLetter
https://github.com/diegociara/api_newsletter
Last synced: 2 months ago
JSON representation
Projeto Back-end da NewsLetter
- Host: GitHub
- URL: https://github.com/diegociara/api_newsletter
- Owner: DiegoCiara
- Created: 2023-08-21T02:08:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T13:39:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T13:15:35.682Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# API_newsletter
Esse projeto é o back-end da newsletter presente no repositório NewsLetter### Instale as dependências necessárias:
yarn### Subindo um container docker:
Estamos utilizando um banco de dados postgreSQL em um container Docker, então vamos subir o container para nosso banco ser criado:
docker-compose up -d## Inicie o projeto:
node server.js