Skip to content

vimcord/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING

Vimcord is nowhere near finished and will most likely never be. Expect bugs.

Vimcord Server

It's server that makes vimcord work. Powered by mongodb, nodejs, expressjs and mongoose.

Dependencies

Usage

Run npm i to install dependencies, then add your mongodb database url at config.json with this format;

{
    "dbURI": "the url from ur mongodb database"
}

Then run npm run startdev to start the server at port 3000.