An open API service indexing awesome lists of open source software.

https://github.com/ctrachte/node-wiki

A full-stack node application to allow users to create, collaborate, and share wikis
https://github.com/ctrachte/node-wiki

Last synced: 16 days ago
JSON representation

A full-stack node application to allow users to create, collaborate, and share wikis

Awesome Lists containing this project

README

          

# node-wiki
A full-stack node application to allow users to create, collaborate, and share wikis

# User Stories
- As a developer, I want to scaffold my project and set up my project for deployment
- As a user, I want to sign up for a free account by providing a username, password and email
- As a user, I want to sign in and out of Blocipedia
- As a user with a standard account, I want to create, read, update, and delete public wikis
- As a developer, I want to offer three user roles: admin, standard, or premium
- As a developer, I want to seed the development database automatically with users and wikis
- As a user, I want to upgrade my account from a free to a paid plan
- As a premium user, I want to create private wikis
- As a user, I want to edit wikis using Markdown syntax
- As a premium user, I want to add and remove collaborators for my private wikis