A simple and beautiful wiki for teams
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Nishant Arora 3140282772 Locked dependencies 8 years ago
api Added user setup 8 years ago
client Added viewport meta tag 8 years ago
migrations Added what changed column to articles and archives 8 years ago
models Created users. GET all users and create user (POST) endpoint 8 years ago
.babelrc Added webpack, babel and react. Basic client setup 9 years ago
.gitignore Added babel-core to dependency 8 years ago
LICENSE Initial commit 9 years ago
README.md Updated README 8 years ago
bookshelf.js Added bookshelf.js 9 years ago
config.js Removed config.js from gitignore 8 years ago
db.js Installed knex and built a basic create article endpoint 9 years ago
index.js Added user setup 8 years ago
install.js Installed knex and built a basic create article endpoint 9 years ago
knexfile.js Installed knex and built a basic create article endpoint 9 years ago
misc.js Changed default timezone for database to use local time. Created a function for same 8 years ago
package.json Locked dependencies 8 years ago
response_structure_example.json Added the response strucutre guideline 8 years ago
webpack.config.js Added webpack, babel and react. Basic client setup 9 years ago

README.md

Matterwiki is a simple wiki for teams

People use it to store documentation, notes, culture guidelines, employee onboarding content and everything else they want to.

Setup Instructions:

  1. Clone this repository git clone http://github.com/matterwiki/matterwiki
  2. Run npm install
  3. Edit config.js (present in the project root) and change the auth_secret value with any secret phrase. NOTE: This phrase will be used to encode and decode your access tokens. Keep it safe and private
  4. run npm run build
  5. run node index