Home work for the Netology.ru lesson "Mongoose library".
Using:
- Add new MongoDB database
taskmanwithusersandtaskscollections. - Run
mongod - Run webserver
node app/index.js
Used tools:
- NodeJS
- Express
- MongoDB
- Mongoose
- JQuery
- Bootstrap
Features:
- One page app without reloading.
- List all tasks with linked user on main page.
- List all users with tasks amount on main page.
- Add/edit/delete users.
- Add/edit/delete tasks.
- Attach task to any user.
- Search in tasks list.
To Do
- Pagination
- Additional info
- Contact info modal window
- Forms validation






