Skip to content

chauhanparth210/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger(Entry Managment Software)

Web app to manage hosts and visitors information. A responsive web app build with the help of React.js and Express.js

Requirements

Quick Start

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.

Screenshots

00.png 01.png 02.png 03.png 04.png 05.png 06.png 07.png 08.png

About

Logger(Event Management Software)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published