Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frm2003/mp3-player-back
- Owner: Frm2003
- Created: 2024-07-25T19:42:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T17:07:50.000Z (4 months ago)
- Last Synced: 2024-11-08T04:44:35.225Z (about 2 months ago)
- Topics: docker, fastify, rest-api, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```