Code Monkey home page Code Monkey logo

contactmanagement's Introduction

Contact Management System

This is a Contact Management System built with Laravel. It allows users to manage their contacts and groups efficiently. Users can create, read, update, and delete contacts and groups, providing a simple yet powerful way to organize and keep track of their personal or professional network.

Table of Contents

Introduction

The Contact Management System is designed to help users manage their contacts and group them as needed. This project includes user authentication and authorization features to ensure that users can securely manage their information.

Features

  • User authentication and authorization
  • CRUD operations for contacts
  • CRUD operations for groups
  • Group assignment for contacts
  • Responsive design

Technologies Used

  • Laravel
  • PHP
  • MySQL
  • Blade Templating
  • Tailwind CSS
  • JavaScript

Prerequisites

Before you begin, ensure you have met the following requirements:

  • PHP >= 7.3
  • Composer
  • MySQL
  • Node.js and npm (for compiling assets)
  • Git

Installation

Follow these steps to set up and run the project locally

1. Clone the Repository

git clone https://github.com/NjorogeMaurice/ContactManagement.git

cd ContactManagement

2. Install Dependencies

Use Composer to install PHP dependencies

composer install

Use npm to install JavaScript dependencies

npm install
npm run dev

3. Set Up Environment Variables

Create a .env and configure your environment variables, especially the database settings

Add the following lines. Replace with your credentials

DB_DATABASE=my_laravel_db
DB_USERNAME=laravel_user
DB_PASSWORD=your_password

4. Generate Application Key

php artisan key:generate

5. Run Database Migrations and Seeders

php artisan migrate --seed

Running the Project

You can serve/run the application using the built-in Laravel server:

php artisan serve

Then open your browser at http://localhost:8000.

Laravel Logo

Build Status Total Downloads Latest Stable Version License

contactmanagement's People

Contributors

njorogemaurice avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.