Skip to content

cntower/mytasklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multi-user task list (MEAN, REST, JWT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published