Skip to content

mrpuer/taskman-mongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager Web App

Home work for the Netology.ru lesson "Mongoose library".

Using:

  • Add new MongoDB database taskman with users and tasks collections.
  • Run mongod
  • Run webserver node app/index.js

Used tools:

  • NodeJS
  • Express
  • MongoDB
  • Mongoose
  • JQuery
  • Bootstrap

Features:

  1. One page app without reloading.
  2. List all tasks with linked user on main page.
  3. List all users with tasks amount on main page.
  4. Add/edit/delete users.
  5. Add/edit/delete tasks.
  6. Attach task to any user.
  7. Search in tasks list.

To Do

  1. Pagination
  2. Additional info
  3. Contact info modal window
  4. Forms validation

App main page with tasks list Add new task Add new user Edit task modal window Edit user modal window Users list Tasks search

About

Task Manager Web App with a Mongoose library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published