GithubHelp home page GithubHelp logo

sam786rana786 / django-appointment-and-booking-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saroarjahan/django-appointment-and-booking-system

0.0 1.0 0.0 437 KB

A complete python , django project for booking and appoientment for teacher and student

Python 16.96% CSS 3.40% JavaScript 48.65% HTML 31.00%

django-appointment-and-booking-system's Introduction

Django-appointment-and-booking-system

A complete python , django project for booking and appoientment for teacher and student

#This web application has several important features : (i) Easy appointment creation for teacher (ii) Easy date picker, time picker and auto time suggestion while creating new appointment (ii) Appointment edit and deletion option (iv) Success notification (v) Search option with numeric and string (vi) Calendar Integration (vii) Central administrator (viii) Different type of profile group like Teacher and Student (ix) Modular Login system

#References To understand this project in code level we highly recommend to have a good knowledge in python 3 (we have used 3.70), python web framework django (2.1.3). We also recommend to know little about javascript and its framework vue.js. We have used calendar integration and date picker with pure javascript, jQuery and vue.js. In calendar integration we have used Jason formatted data, so it's good have idea about Jason. Finally, we recommend to have knowledge about html css, we have used bootstrap framework for html and css. We also recommend to have very clear knowledge about foreign key relationship and sqlite3 database. https://www.djangoproject.com/ () https://www.python.org/ () https://getbootstrap.com/ () https://developer.mozilla.org/bm/docs/Web/JavaScript () https://vuejs.org/ () https://fullcalendar.io/ () http://jonthornton.github.io/jquery-timepicker/ () https://www.w3schools.com/js/js_json_datatypes.asp () https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/modwsgi/(**) https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/modwsgi/(**) https://medium.com/@_christopher/deploying-my-django-app-to-a-real-server-part-ii-f0c277c338f4(*) https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/ ()

Deployment in localhost windows pc: #################################### To run this project in localhost , we have to setup python, pip, virtualenv and django. Frist, we have to make sure that we have installed pip and python in our pc. Then,

  1. Run Windows Powershell as Administrator

We have to create a new directory to install virtualenv . Browse that directory via command and run. separate virtual server for each project is best, it will not affect other project library.

  1. pip install virtualenv
  2. virtualenv .
  3. Scripts\activate

Now we have to create another directory inside virtualenv, then we have to install django inside it. Browse that new directory via command line and install django inside it.

  1. pipenv install django

Copy this whole oproject inside django directory, browse the app and run python .\manage.py runserver

After successfully deployment we will require this User access for the project: Supersuer: admin (url: http://127.0.0.1:8000/admin) Other User: Teacher1, Teacher2, Student1, Student2 (url: http://127.0.0.1:8000/) password for all admin and user: Saroar123

django-appointment-and-booking-system's People

Contributors

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