Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frm2003/mp3-player-back

BackEnd em typescript do mp3 para validação de user e stream de dados de video para mp3
https://github.com/frm2003/mp3-player-back

docker fastify rest-api typeorm typescript

Last synced: 16 days ago
JSON representation

BackEnd em typescript do mp3 para validação de user e stream de dados de video para mp3

Awesome Lists containing this project

README

        

## About

BACKEND in typescript using REST design principles to provide authentication and file conversion services for the FRONTEND (still under development).

## Getting Start

> [!IMPORTANT]
> I'm using a docker container to have a PostgreSQL instance.
>
> If you use docker, you need to run the command: `docker-compose -f ./docker-compose.yalm up -d`

Firstly install the depensncies, use:

```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```

After that, run the develop server, use:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```