Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 703 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 703 Bytes

mytasklist

Task list for registered users. (MEAN, REST with JWT authentifikation, angular2-material)

Version

1.2.1

Installation

  • Navigate into the node app cd mytasklist
  • Install Dependencies npm install
  • Open a new terminal window.
  • Navigate into cd mytasklist/client/
  • Install all dependencies npm install

Usage

  • Start mongodb on local machine:
$ mongod
  • Start backend:
$ cd mytasklist
$ npm start
  • Start frontend:
$ cd mytasklist/client/
$ npm start

Author

Stanislav Baturin

License

  • This code is licensed under the MIT License.