Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 494 Bytes

File metadata and controls

41 lines (30 loc) · 494 Bytes

#Employee Directory App based on graphql

Modified from here

Used technologies

  • GraphQL
  • MongoDB with Mongoose
  • Node/IO.js
  • Babel

Development in otto

otto compile
ott dev

How to start

You need iojs or >= Node.js v0.12.x

install dependencies

npm install

seed database

npm run seed

start server

npm start

run client

npm run client