Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nis5l/waifucollector
https://github.com/nis5l/waifucollector
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nis5l/waifucollector
- Owner: Nis5l
- License: gpl-3.0
- Created: 2020-09-26T17:48:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T12:18:27.000Z (about 1 year ago)
- Last Synced: 2024-04-15T07:22:56.921Z (9 months ago)
- Language: JavaScript
- Size: 165 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WaifuCollector
https://waifucollector.com \
Website for collecting, upgrading and trading Waifus. \
I will be happy over every contribution, I don't care how bad the code is, we are all here to learn. \
If you have any questions or need help contact me on [discord](https://discord.com/invite/hftNUqNgRj)
## Setup
MYSQL/MariaDB database.\
For developement [XAMPP](https://www.apachefriends.org/download.html) might be an easy solution.
### Required configurations:
#### Server (/server/Config.json)
#### JWT secret
- jwt_secret
- email_password
- smtp_server \
For gmail account activating [less secure apps](https://support.google.com/accounts/answer/6010255?hl=en) might be neccessary.
#### Database
- db_connection## Starting
### Server (rust)
`cargo run`
### Client (react/js)
`yarn start`
## Docker
For production docker-compose a [LetsEncrypt proxy](https://github.com/evertramos/nginx-proxy-automation/tree/master/docs) is used.
## TODO:
Folder management for client. \
Cleanup client code.