Skip to content

Team-Tritan/people-peeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

People Ping

People Ping is a web application that allows users to select a friend and view their latest response and avatar. The application is built using Node.js, Express, and EJS for templating.

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Install dependencies:

    bun install

Configuration

Update the configuration in config.ts with your specific settings, such as the Discord user token.

Running the Application

Start the server:

bun start

The application will be running on http://localhost:{port}.

Project Files

  • config.ts: Configuration file for the application.
  • src/server.ts: Main server file that sets up the Express server and handles routes.
  • src/views/index.ejs: EJS template for the main page where users can select a friend.
  • src/views/user.ejs: EJS template for displaying the selected user's details.