Skip to content
Snippets Groups Projects
Commit 03a4c23d authored by Kagamino's avatar Kagamino
Browse files

dev readme

parent 5f79e685
Branches
Tags
2 merge requests!2Release 0.2: Notifications & Errors,!1Release 0.1: Authentication & Session
# RoleGame
## Dependencies
### Used
* `express`: Fast, unopinionated, minimalist web framework
* `bcrypt`: A bcrypt library for NodeJS.
* `express-session`: Simple session middleware for Express
* `pug`: A clean, whitespace-sensitive template language for writing HTML
* `mongoose`: Mongoose MongoDB ODM
* `body-parser`: Node.js body parsing middleware
### To use
* `joi`: Object schema description language and validator for JavaScript objects.
## Release
### Next: v0.1.0
* [X] Authentication and session
* [ ] Validate mongoose models
* [ ] Make mongoose unique index work
### Next: v0.2.0
* [ ] Message handler
{
"scripts": {
"dev": "nodemon index.js"
},
"dependencies": {
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"eslint": "^5.13.0",
"mongoose": "^5.4.11"
"express": "^4.16.4",
"express-session": "^1.15.6",
"mongoose": "^5.4.11",
"nodemon": "^1.18.10",
"pug": "^2.0.3"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment