Giter Club home page Giter Club logo

denisse-ab / django_appointments Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 1.28 MB

Single Page Application (SPA) to make appointments using Vue 3 composition API, Django, and Django Rest Framework.

Home Page: https://denisse-ab.github.io/app-pages-v2/

License: ISC License

Python 33.01% HTML 24.99% JavaScript 8.27% Vue 33.58% CSS 0.15%
django django-rest-framework postgresql vee-validate vue3 vuei18 axios headlessui tailwindcss appointments-manager

django_appointments's Introduction

Django Appointments

Single Page Application (SPA) to make appointments using Vue 3 composition API, Django, and Django Rest Framework.

Requirements

Vue 3 | Python ^3.9.4 | Postgressql

Description

This application consists of a form in which your clients or users are going to make appointments for your business or organization. The user will receive an email when the appointment is accepted.

The owner of this application will manage these appointments through Django Admin. It is configured to receive four appointments every hour (You can change this in the views.py file), it has English and Spanish translation and the database it uses is Postgressql, you can configure it however you want ๐Ÿ‘

Demo

frontend Demo Appointment Form

Setup Django Development

git clone https://github.com/your-user-name/Django_Appointments.git
  • cd to Django_Appointments
  • install the requirements.txt
cd Django_Appointments
pip install -r requirements.txt
  • Change the SECRET_KEY and variables in the settings.py file
  • Connect your database in setting.py
  • Run the migrations
  • Create superuser
# Mac and Linux use python instead of py
py manage.py makemigrations
py manage.py migrate
py manage.py createsuperuser
py manage.py runserver

Setup Vue Development

cd frontend
npm install
npm run serve

app form app form django admin


django_appointments's People

Contributors

denisse-ab avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bl4cklabel88

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.