Home work for the Netology.ru lesson "MongDB queries".
Using:
- Add new MongoDB database
notepad
withcontacts
collection. - Run
mongod
- Run webserver
node app/index.js
Used tools:
- NodeJS
- Express
- MongoDB
- JQuery
- Bootstrap
- body-parser
Features:
- One page app without reloading.
- List all contacts on main page.
- Add a new contact with a first name, last name and phone fields.
- Remove contacts.
- Edit contacts in modal window.
- Search in contacts list.
To Do
- Pagination
- Additional info
- Contact info modal window
- Forms validation