内容简介:Arcadia uses MongoDB for storage of every bit of information. So, Make sure you start the MongoDB daemon.
Arcadia. The perfect open-source messaging platform.
Installing
# clone the repo $ git clone https://github.com/divy-work/arcadia.git $ cd arcadia # install the node modules... $ npm install # start $ npm start
Database
Arcadia uses MongoDB for storage of every bit of information. So, Make sure you start the MongoDB daemon.
$ mongod
You can try editing configurations as per your needs.
config.dbURL = process.env.DATABASEURL || "mongodb://localhost/arcadia";
Its look and feel
Special Thanks
This repo is actually a complete makeover of ThalKod's discord-clone which was archived long ago.
Built with
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。