GithubHelp home page GithubHelp logo

phone-book-system's Introduction

Phone-Book-System

simple phonebook application that has contact names and their numbers With Resful APIS

DataBase & Schema DEsign

Draw Sql : https://drawsql.app/teams/development-9/diagrams/phone-book

Request Response Cycle

Operate Locally

  • clone project fron githun git clone {PROJECT_URL}
  • cd into Phone-Book cd Phone-Book-System
  • run command pipenv shell to create python virtual enviroment
  • run command pipenv install -r requirements.txt to install used libraries
  • cd phone_book cd phone_book
  • run development server python manage.py runserver 0.0.0.0:8000 you can change ip or port as per your needs

Dockerization

  • Dockerfile included and run up on python alpine
  • build new docker image using docker file docker image build -t phonebook:1.0 .
  • create docker container from docker image docker run -d --name book -p 8000:800 {IMAGE_ID}
  • now you can consume urls from you localhost using port 8000

Build Project

  • project build with python Version 3.10
  • Django 4.1
  • Django Rest 3.14

Prerequestes

  • machine with python 3.10 and pip package index
  • pipenv python library for manage virtual enviroments
  • docker engine installed

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.