mirror of
https://github.com/journey-ad/Moe-Counter.git
synced 2024-11-23 23:30:56 +01:00
多种风格可选的萌萌计数器
assets | ||
db | ||
utils | ||
views | ||
.gitignore | ||
config.yml | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
Readme.md |
Moe-counter
多种风格可选的萌萌计数器
Demo
Usage
Install
Run on Repl.it
- Open the url https://repl.it/@journeyad/Moe-counter
- Just hit the Fork button
- And hit the Run button
Deploying on your own server
$ git clone https://github.com/journey-ad/Moe-counter.git
$ cd Moe-counter
$ yarn install
$ yarn start
Confignation
config.yml
app:
port: 3000
db:
type: mongodb # sqlite or mongodb
If you use mongodb, you need to specify the environment variable DB_URL
# eg:
export DB_URL=mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count
repl.it can use .env
file, documentation
DB_URL="mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count"