Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 959 Bytes

File metadata and controls

42 lines (29 loc) · 959 Bytes

Address Book

Simple address book made with Visual Studio for Mac (Community) and MongoDB. This project doesn't have any type of security in this first version.

TODO

  • Authentication and API KEY.
  • Contact file upload.
  • Contact file export.
  • Multiple phone numbers and email address.
  • Search.
  • Validations in the Front End.
  • Some extra pages ( Login, About, Contact, settings ).

There are many things to do ;).

This web site includes

Home page

Web Page with CRUD functionality for Contacts. Create, Read, Update and delete contacts.

Api Rest

/Contact/Api/

This is an RestFul api for system contacts.

Api Documentation

/Home/Api

Web Page with documentation about how to use the API

Tecnologies applied

  • Visual Studio for mac - community edition.
  • Bootstrap.
  • jQuery.
  • Mongo Driver.
  • C# and .NET framework.
  • Mongo database (https://mlab.com).

This code is for learning purposes. I hope this code could help you.