https://github.com/th92rodr/music-stream-app
https://github.com/th92rodr/music-stream-app
bdd golang grpc nodejs streaming typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/th92rodr/music-stream-app
- Owner: th92rodr
- Created: 2019-10-06T18:23:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:09:10.000Z (over 3 years ago)
- Last Synced: 2025-01-21T23:13:08.216Z (over 1 year ago)
- Topics: bdd, golang, grpc, nodejs, streaming, typescript
- Language: JavaScript
- Homepage:
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MUSIC STREAMING APP
[](https://nodejs.org/en/)
[](https://www.docker.com/)
[](https://expressjs.com/)
## RUNNING THE APPLICATION
just run `docker compose`
```sh
docker-compose up
```
get into the container:
```sh
docker exec -it music-app-server sh
```
## PostreSQL database
- connect to PostreSQL database running in docker
```sh
psql postgres://:@localhost:/
psql postgres://user:1234@localhost:35432/music-stream-app
```
```sh
npx sequelize db:create
npx sequelize migration:create --name:create-artist
npx sequelize db:migrate
```
## References
[Sequelize Data Validator](https://sequelize.org/master/manual/models-definition.html#validations)