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.
- 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 ;).
Web Page with CRUD functionality for Contacts. Create, Read, Update and delete contacts.
/Contact/Api/
This is an RestFul api for system contacts.
/Home/Api
Web Page with documentation about how to use the API
- 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.