Server for the retrospective client.
- start a mongoDB instance(
docker run -v mongodbdata:/data/db -d -p 27017:27017 mongo
) - run
npm run seed
- create
.env
using:cp .env.example .env
- configure
JWT_SECRET
variable in.env
with a safe token. (opennode
shell and use the result ofrequire('crypto').randomBytes(64).toString('hex'))
.
- Users
- name
- Teams
- Name
- TeamMembers
- userId
- role
- Retrospectives
- name
- startDate
- endDate
- Evaluations
- timeUsage
- sprintRating
- sprintRatingExplanation
- comments
- CommentCategories
- name
- color
- TimeUsageCategories
- name
- color