Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 535 Bytes

File metadata and controls

36 lines (25 loc) · 535 Bytes

Summary App

build during Vitaliy Khotey's video course

WIP

Applicatoin for creating and searching summaries.
Built for training with Javacript-fullstack technologies.
Back-end is ready.
Front-end in progress.

clone this repo

yarn - install dependencies
yarn dev - run dev server on localhost:4000
yarn test - run tests

Dependencies

  • Koa
  • JWT
  • Jest
  • MongoDB, Mongoose

Complete

  • RESTful API
  • JWT auth
  • Seeds
  • Unit test

TODO

  • Front-end (React, Redux)