Git Product home page Git Product logo

dental-appointment's Introduction

Dental-Appointment System

Objective

This project is to create a prototype of an application, Dental Appointment System, mainly focusing on the backend development using GoLang in a Client-Server Setup

Setup

Localhost (127.0.0.1) at port 5221

Features

For Client:

Login Feature

  1. New Patient Sign Up
  • User signs up with Username and Password
  • Username and Passowrd is stored in the server as a hash value
  1. Existing Returning Patient
  • User signs in with Username and Password
  • Server compares using hash values
  1. Admin Sign In
  • Admin signs in with the following default credentials
    • Username: "admin"
    • Password: "password"

Customer Page

  1. Search for available appointments
  • Server maintains and sends available appointmnts via JSON
  • Templates will be used for front end with .gohtml extensio
  1. Book appointment
  • User will have inputs in a Form to select and book appointments
  • User selection will be sent to the Server and update the appointment slots
  1. Edit appointment details
  • User able to retrieve own booking and edit appointments
  1. Edit Customer Info
  • User able to update new password

Admin Page

  1. Edit appointment details
  • Admin able to view all bookings and make changes via Form
  1. Delete Sessions
  • Admin able to view and delete sessions stored on Server
  1. Delete Users
  • Admin able to view and delete user accounts stored on Server

For Server:

Login Process

  1. Issue cookies to new logins
  2. Store Session mapped to User information
  3. Store User information (using data structure for storage)

Venue Data Process

  1. Store appointment availability
  2. Store booked appointment details (using data structure for storage)

dental-appointment's People

Contributors

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