henriquealbert / burn-up-records-api

A platform for independent artists to release their songs in all virtual stores, such as Spotify, iTunes, Beatport, and +200 stores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burn Up Records API

🚧 API πŸš€ work in progress... 🚧

✨ Features

Core
  • Users table
  • Authentication
  • Roles permissions
  • File uploads
Business
  • Releases table
  • Tracks table
  • Emails
  • Statments table
  • Web Scrapping
Deploy
  • SSL + Proxy (Docker compose)

🎲 Requirements

  • Docker
  • Docker compose
  • Git

πŸš€ Instalation

# Clone this repo
$ git clone https://github.com/henriquealbert/burn-up-records-api

# Go to the folder
$ cd burn-up-records-api

# Create .env file
$ cp .env.example .env

# Run docker compose
$ docker-compose up

# The server will start on port 3333 - visit <http://localhost:3333/graphql> to play with the GraphQL Playground

πŸ›  Techs

  • NestJS
  • TypeORM
  • GraphQL
  • PostgreSQL
  • TypeScript
  • Node.js
  • Apollo Server
  • Jest
  • Passaport
  • JWT

About

A platform for independent artists to release their songs in all virtual stores, such as Spotify, iTunes, Beatport, and +200 stores.

License:MIT License


Languages

Language:TypeScript 93.9%Language:Dockerfile 2.9%Language:JavaScript 2.8%Language:Shell 0.4%