多种风格可选的萌萌计数器
- Open the url https://repl.it/@journeyad/Moe-counter
- Just hit the Fork button
- And hit the Run button
$ git clone https://github.com/journey-ad/Moe-counter.git
$ cd Moe-counter
$ yarn install
$ yarn start
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"