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

https://github.com/fronvo/server

The server of Fronvo
https://github.com/fronvo/server

bcrypt chai fronvo gplv3 gradient-string joi js mocha mocha-chai mongodb npm-run-all ora prisma server socket-io uuid

Last synced: 2 months ago
JSON representation

The server of Fronvo

Awesome Lists containing this project

README

        

Fronvo banner

## Setup

- `pnpm i`

- Fill out `.env.example` and rename to `.env`

- `docker compose up -d` to start the PostgreSQL instance locally

- `pnpm start` starts at port 3001

## Testing

- `pnpm test` while running the docker compose instance