Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 631 Bytes

SBA (Service Booking App)

A Simple app for booking services

Installation

Run the following command from the root directory.

npm install

Create .env file

SESSION_SECRET= express-session secret
MONGODB_USER= mongodb user
MONGODB_PASS= mongodb password
MONGODB_CONNECT= connect url

Start the App

npm run devStart

Adding Additional front end pages

Convert all html pages to ejs and add them to the ./views folder

Place all javascript and css files in the respective folders in ./public