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
- Host: GitHub
- URL: https://github.com/ctrachte/node-wiki
- Owner: ctrachte
- Created: 2018-08-01T16:46:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T21:04:37.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T03:14:20.061Z (over 1 year ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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