GithubHelp home page GithubHelp logo

iamomar22 / myalice---contact-management-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.39 MB

Home Page: https://dapper-swan-d6b0c8.netlify.app/

Python 34.14% HTML 2.90% CSS 1.56% JavaScript 61.41%

myalice---contact-management-system's Introduction

TO SEE THE FULL FUNCTIONALITY, YOU NEED TO RUN THE PROJECT LOCALLY. BECAUSE FEW FUNCTIONS MAY NOT WORK PROPERLY IN THE PRODUCTION VERSION. ACTUALLY, I AM DOING A FULL-TIME JOB, SO DIDN'T GET MUCH TIME FOR THE FRONTEND. THE TASK IS FULLY DONE.I IMPLEMENTED EVERYTHING.

CONTACT MANAGEMENT SYSTEM

SETUP INSTRUCTIONS (KEEP BACKEND AND FRONTEND RUNNING BOTH)

BACKEND RUN

  1. CLONE THE BACKEND REPOSITORY:

    git clone https://github.com/IamOmaR22/MyAlice---Contact-Management-System.git
  2. NAVIGATE TO THE BACKEND DIRECTORY:

    cd MyAlice---Contact-Management-System/backend
  3. INSTALL PYTHON DEPENDENCIES:

    pip install -r requirements.txt
  4. APPLY DATABASE MIGRATIONS:

    python manage.py migrate
  5. RUN THE DJANGO DEVELOPMENT SERVER:

    python manage.py runserver

FRONTEND RUN

  1. NAVIGATE TO THE FRONTEND DIRECTORY:

    cd MyAlice---Contact-Management-System/frontend
  2. INSTALL NODE.JS DEPENDENCIES:

    npm install
  3. START THE REACT DEVELOPMENT SERVER:

    npm start

BACKEND (DJANGO)

THE BACKEND IS DEVELOPED USING DJANGO AND PROVIDES RESTFUL APIs FOR MANAGING CONTACTS AND AUTHENTICATION.

FRONTEND (REACT)

THE FRONTEND IS DEVELOPED USING REACT AND MATERIAL UI FOR MANAGING CONTACTS AND AUTHENTICATION.

AUTHENTICATION

  • JWT (JSON WEB TOKENS) FOR USER AUTHENTICATION
  • REGISTER
  • LOGIN
  • LOGOUT

FEATURES

  • REGISTER ACCOUNT
  • LOGIN
  • LOGOUT
  • LIST ALL CONTACTS
  • ADD A NEW CONTACT - NEED TO LOGIN
  • UPDATE AN EXISTING CONTACT
  • DELETE A CONTACT

DATABASE

  • SQLITE (IN-MEMORY DATABASE FOR THIS TASK)

THIS IS A SIMPLE CONTACT MANAGEMENT SYSTEM DEVELOPED USING DJANGO FOR THE BACKEND AND REACT FOR THE FRONTEND. IT ALLOWS USERS TO PERFORM CRUD OPERATIONS (CREATE, READ, UPDATE, DELETE) ON CONTACT INFORMATION.

ENJOY YOUR CONTACT MANAGEMENT SYSTEM!

myalice---contact-management-system's People

Contributors

iamomar22 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.