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
- Host: GitHub
- URL: https://github.com/fronvo/server
- Owner: Fronvo
- Created: 2021-10-02T20:48:59.000Z (over 3 years ago)
- Default Branch: v3
- Last Pushed: 2025-02-12T22:40:55.000Z (4 months ago)
- Last Synced: 2025-03-26T04:51:09.690Z (3 months ago)
- Topics: bcrypt, chai, fronvo, gplv3, gradient-string, joi, js, mocha, mocha-chai, mongodb, npm-run-all, ora, prisma, server, socket-io, uuid
- Language: TypeScript
- Homepage: https://fronvo.com
- Size: 1.41 MB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 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