Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 332 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 332 Bytes

This is REST api

Technology stack:

  • yarn
  • es6
  • nodejs
  • express 4
  • passportjs
  • mongodb

Installing project:

  • install nodejs > 7.06.x
  • install mongodb
  • yarn install

Scripts project:

  • start server in production - yarn run prod:start
  • start dev server - yarn run dev:start
  • build project - yarn run build:start