Ecosyste.ms: Awesome
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 days ago
JSON representation
The server of Fronvo
- Host: GitHub
- URL: https://github.com/fronvo/server
- Owner: Fronvo
- License: gpl-3.0
- Created: 2021-10-02T20:48:59.000Z (over 3 years ago)
- Default Branch: v2
- Last Pushed: 2024-12-19T13:31:33.000Z (20 days ago)
- Last Synced: 2024-12-19T14:35:26.283Z (20 days 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.38 MB
- Stars: 12
- 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
The server of Fronvo
Built on socket.io for blazing-fast realtime communication
### Host locally
Here's how to host the latest Fronvo site on your own:
```
git clone https://github.com/fronvo/server.git
cd server
npm i
```Now fill out the required **[.env](https://github.com/Fronvo/server/blob/v2/.env.example)** file
After that:
```
npm start
```### Extras
**[Tools](https://github.com/Fronvo/server/blob/v2/.github/markdown/TOOLS.md)**