Live url: https://planning-poker-app.herokuapp.com/ Server endpoint: https://planning-poker-graphql.herokuapp.com/graphql
- GraphQL: Apollo server w. Subscriptions
- Express + Cross-Origin Resource Sharing (CORS)
- Babel preset: @babel/preset-env
- MongoDB: Mongoose
- JWT + bcrypt
- 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
- Run server
yarn start
# nodemon --exec babel-node -r node_modules/dotenv/config src/index.js
yarn test