Skip to content

Denisse-AB/appointments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointments-SPA

Simple appointments SPA made with Vue.js and Express.js.

Description

This SPA renders a form in which your clients or users can make appointments to your business or organization. The user will receive a confirmation email after a successful submit.

You will administer these appointments through your database, it is set up to receive three appointments per hour, it has localization English and Spanish, it's connected to PostgreSQL and is ready for production, set it up whatever you like 👍

Requirements

Node.js ^16.13.1 | Postgresql database

Installation

  • Clone repository
npm run install
npm run dev

cd client
npm run install
npm run serve

Preview this template here.