Skip to content

rakshithas27/Full-Stack-Booking-Appointment-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack-Booking-Appointment-App

Initialize Node.js project :

npm init

Install necessary packages :

npm install --save express body-parser mysql2 sequelize cors

Install development dependencies :

npm install --save-dev nodemon

Setup Database (MySQL with Sequelize)

util -> database.js models -> user.js

Synchronize the Database in app.js

About

A simple full Stack Booking Appointment App, using HTML, CSS, JS for frontend and Node & Express for Backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors