Skip to content

lundgren2/planning-poker-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning poker server

Live url: https://planning-poker-app.herokuapp.com/ Server endpoint: https://planning-poker-graphql.herokuapp.com/graphql

Features

  • GraphQL: Apollo server w. Subscriptions
  • Express + Cross-Origin Resource Sharing (CORS)
  • Babel preset: @babel/preset-env
  • MongoDB: Mongoose
  • JWT + bcrypt

Instructions

  1. Install and run
# clone the repo
git clone https://github.com/lundgren2/planning-poker-server/

# go into folder
cd planning-poker-start

# install dependencies
yarn
  1. Run server
yarn start
# nodemon --exec babel-node -r node_modules/dotenv/config src/index.js

Tests

yarn test

Releases

No releases published

Packages

No packages published