Web app to manage hosts and visitors information. A responsive web app build with the help of React.js and Express.js
Create .env file at root folder and provide environment variables
# Gmail integration
EMAIL
PASSWORD
# Telesign integration
customerId
apiKey
rest_endpoint
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run server
# Run the React client only
npm run client
# Server runs on http://localhost:5000 and client on http://localhost:3000
- Registration for authenticated host.
- Keeps a record of visitors and their activities.
- Using MongoDB for data storage.
- Gives updates using Gmail wiht the help of NodeMailer.
- Integration of TeleSign for SMS service.