Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 497 Bytes

MuchWords

This is the source code for http://muchwords.aissam.me.

To run the website locally, install NodeJS and clone this repository.

First you need to create a MongoDB database and configure it's url at /config/db.js (you can get a free one at https://mongolab.com/), then run these commands on the project directory:

$ npm install
$ node server.js

Head out to http://localhost:1994 to see the website.

MongoDB version: 3.6